Skip to content

Commit

Permalink
fix codecov (#1032)
Browse files Browse the repository at this point in the history
* fix codecov

* try verbose

* update to v5
  • Loading branch information
elalish authored Nov 20, 2024
1 parent 75f42f9 commit 70abe63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manifold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ jobs:
lcov --add-tracefile ./code_coverage_init.info --add-tracefile ./code_coverage_test.info --output-file ./code_coverage_total.info
lcov --remove ./code_coverage_total.info '/usr/*' '*/test/*' '*/extras/*' '*/bindings/*' --output-file ./code_coverage.info
cd ../
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: matrix.parallelization == 'OFF'
with:
files: build/code_coverage.info
fail_ci_if_error: false
name: ${{matrix.parallelization}}
token: ${{secrets.CODECOV_TOKEN}}
verbose: true
- name: test cmake consumer
run: |
cd build
Expand Down

0 comments on commit 70abe63

Please sign in to comment.