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 6a04533 commit 00edb3cCopy full SHA for 00edb3c
.github/workflows/ci.yml
@@ -28,5 +28,5 @@ jobs:
28
run: npm run build
29
- name: Run tests
30
run: npm run test
31
- - name: Upload code coverage
32
- run: ./node_modules/.bin/codecov -t ${{secrets.CODECOV_REPOSITORY_TOKEN}}
+ - name: Code coverage
+ run: bash <(curl -s https://codecov.io/bash)
0 commit comments