From 3551e0947f16f43723e1f539c683b63dccc2bfad Mon Sep 17 00:00:00 2001 From: alexander-akait Date: Mon, 19 May 2025 21:28:12 +0300 Subject: [PATCH 1/2] chore: rename master to main --- .github/workflows/nodejs.yml | 4 ++-- README.md | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 97dd82d..611407d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -3,11 +3,11 @@ name: schema-utils on: push: branches: - - master + - main - next pull_request: branches: - - master + - main - next jobs: diff --git a/README.md b/README.md index 9f84bf1..3a7962b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
+ src="https://raw.githubusercontent.com/webpack-contrib/schema-utils/main/.github/assets/logo.png"> Date: Mon, 19 May 2025 21:32:54 +0300 Subject: [PATCH 2/2] chore: fix codecov --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 611407d..66c6848 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -85,7 +85,7 @@ jobs: if: matrix.node-version == '20.x' || matrix.node-version == '22.x' || matrix.node-version == '24.x' - name: Run tests with coverage run: npm run test:coverage -- --ci - - name: Submit coverage data to codecov - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v5 with: + flags: integration token: ${{ secrets.CODECOV_TOKEN }}