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 721d87b commit cb53f93Copy full SHA for cb53f93
.github/workflows/coverage.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: run coverage
21
run: npx -y c8 --reporter=lcov npm test
22
- name: codecov
23
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v3
24
- name: Coveralls
25
uses: coverallsapp/github-action@master
26
with:
0 commit comments