Skip to content

Commit

Permalink
debugging code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Sep 18, 2024
1 parent f318143 commit 55d153d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ jobs:
cd g2c/build
make VERBOSE=1
ctest --verbose --output-on-failure --rerun-failed
gcovr --root g2c -v --html-details --exclude g2c/tests --exclude g2c/build/CMakeFiles --print-summary -o test-coverage.html
ls -l g2c/build/src
gcovr --root . -v --html-details --exclude tests --exclude CMakeFiles --print-summary -o test-coverage.html
pwd
ls -l
ls -l src
- name: memcheck
if: matrix.config == 'memcheck'
Expand Down

0 comments on commit 55d153d

Please sign in to comment.