Skip to content

Commit

Permalink
Exclude src/testspy from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fknorr committed Dec 9, 2024
1 parent b494ea0 commit 3fe30fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/capture-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exec fastcov \
--search-directory "$BUILD_DIR" \
--process-gcno \
--include "$SOURCE_DIR/include" "$SOURCE_DIR/src" \
--exclude "$SOURCE_DIR/src/catch2" \
--exclude "$SOURCE_DIR/src/catch2" "$SOURCE_DIR/src/testspy" \
--branch-coverage \
--exclude-br-lines-starting-with assert CELERITY_DETAIL_ASSERT_ON_HOST \
--lcov \
Expand Down

0 comments on commit 3fe30fd

Please sign in to comment.