diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 97dd82d..66c6848 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: @@ -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 }} 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">