We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacd24d commit e36b6a6Copy full SHA for e36b6a6
.github/workflows/node.js.yml
@@ -27,9 +27,9 @@ jobs:
27
- run: npm run build --if-present
28
- run: npm test
29
- name: Update Coverage Badge
30
- if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
+ if: ${{ matrix.node-version == 20.x }}
31
uses: we-cli/coverage-badge-action@main
32
- uses: actions/upload-artifact@v4
33
with:
34
- name: coverage-artifacts
+ name: coverage-artifacts-${{ matrix.node-version }}
35
path: coverage # or path/to/artifact
0 commit comments