Skip to content

Commit 4fd869a

Browse files
committed
udpated ci for coveralls
1 parent 33be02d commit 4fd869a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@ jobs:
4343
run: |
4444
lcov --list coverage.info --ignore-errors unused,unsupported
4545
46-
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@v4
48-
with:
49-
file: ./coverage.info
50-
flags: unittests
51-
name: codecov-umbrella
52-
fail_ci_if_error: false
53-
token: ${{ secrets.CODECOV_TOKEN }}
54-
5546
- name: Upload coverage to Coveralls
5647
uses: coverallsapp/github-action@v2
5748
with:

0 commit comments

Comments
 (0)