We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a7ee9 commit 0c9f2d7Copy full SHA for 0c9f2d7
.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