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 59e95d8 commit b52e3a3Copy full SHA for b52e3a3
.github/workflows/tests.yml
@@ -21,5 +21,5 @@ jobs:
21
- name: Tests
22
run: make test
23
24
- - name: Codecov
25
- run: make codecov
+ - name: Upload coverage to Codecov
+ run: bash <(curl -s https://codecov.io/bash)
0 commit comments