Skip to content

Commit

Permalink
Fix CI code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Dec 27, 2022
1 parent 37d3405 commit 2dcd440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- linux-setup
- run: sudo apt-get install -y valgrind
- build
- test
- run: ctest -T Coverage
- codecov/upload
- run: ctest --output-on-failure -T memcheck | tee memcheck.out
Expand Down

0 comments on commit 2dcd440

Please sign in to comment.