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.
2 parents a6475d9 + 94e2bdf commit a5217e8Copy full SHA for a5217e8
.github/workflows/CI.yml
@@ -42,6 +42,8 @@ jobs:
42
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
43
with:
44
file: lcov.info
45
+ token: ${{ secrets.CODECOV_TOKEN }}
46
+ fail_ci_if_error: true
47
- uses: coverallsapp/github-action@master
48
49
0 commit comments