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 157f1a9 commit 43b30b0Copy full SHA for 43b30b0
.github/workflows/ci.yaml
@@ -34,4 +34,6 @@ jobs:
34
35
- name: Coverage
36
if: ${{ matrix.os == 'ubuntu-latest' }}
37
+ env:
38
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
39
run: ./run.sh coverage
0 commit comments