Skip to content

Commit c5056f0

Browse files
committed
Replace Coveralls with Codecov
Shitstorm source: lemurheavy/coveralls-public#632
1 parent f03426c commit c5056f0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ jobs:
5353
with:
5454
infile: coverage.out
5555
outfile: coverage.lcov
56-
- name: Coveralls
57-
uses: coverallsapp/github-action@v1.0.1
56+
- name: Codecov
57+
uses: codecov/codecov-action@v1
5858
with:
59-
github-token: ${{ secrets.GITHUB_TOKEN }}
60-
path-to-lcov: coverage.lcov
59+
token: ${{ secrets.CODECOV_TOKEN }}
60+
file: ./coverage.lcov
61+
flags: unittests
62+
fail_ci_if_error: true

0 commit comments

Comments
 (0)