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 c7b020a commit 0e8951cCopy full SHA for 0e8951c
.github/workflows/build.yml
@@ -27,10 +27,10 @@ jobs:
27
- name: Run unit tests
28
run: npm run test:ci
29
30
- - name: Codecov
+ - name: Upload coverage reports to Codecov
31
uses: codecov/codecov-action@v5
32
- env:
33
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
34
35
- name: Run module tests
36
run: npm run test:esm
0 commit comments