Skip to content

Commit

Permalink
Run gcov by ninja.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Aug 24, 2023
1 parent ff26503 commit ad18430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
cd build
source conanrun.sh
make coverage
ninja coverage
source deactivate_conanrun.sh
lcx="lcov --output-file=coverage.info " && for i in `find . -name "*.info.cleaned"`; do lcx+=" --add-tracefile=$i"; done && $lcx
- name: Codecov
Expand Down

0 comments on commit ad18430

Please sign in to comment.