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 f03426c commit c5056f0Copy full SHA for c5056f0
.github/workflows/test.yml
@@ -53,8 +53,10 @@ jobs:
53
with:
54
infile: coverage.out
55
outfile: coverage.lcov
56
- - name: Coveralls
57
- uses: coverallsapp/github-action@v1.0.1
+ - name: Codecov
+ uses: codecov/codecov-action@v1
58
59
- github-token: ${{ secrets.GITHUB_TOKEN }}
60
- path-to-lcov: coverage.lcov
+ token: ${{ secrets.CODECOV_TOKEN }}
+ file: ./coverage.lcov
61
+ flags: unittests
62
+ fail_ci_if_error: true
0 commit comments