Skip to content

Commit

Permalink
Update Makefile.am
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Newman <[email protected]>
  • Loading branch information
DaAwesomeP and peternewman authored Feb 28, 2024
1 parent 5880cc2 commit 69565aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ COVERAGE_OUTPUTS = --txt coverage/coverage.txt \
--html-details coverage/details.html/coverage.details.html \
--coveralls coverage/coverage.coveralls.json
# See https://gcovr.com/en/stable/guide/gcov_parser.html#negative-hit-counts
COVERAGE_FLAGS=--gcov-ignore-parse-errors=negative_hits.warn_once_per_file
COVERAGE_GCOV_EXE=--gcov-executable /usr/bin/gcov
COVERAGE_FILTERS=-e '.*Test\.cpp$$' \
COVERAGE_FLAGS = --gcov-ignore-parse-errors=negative_hits.warn_once_per_file
COVERAGE_GCOV_EXE = --gcov-executable /usr/bin/gcov
COVERAGE_FILTERS = -e '.*Test\.cpp$$' \
-e '.*\.pb\.cc$$' \
-e '.*\.pb\.cpp$$' \
-e '.*\.pb\.h$$' \
Expand Down

0 comments on commit 69565aa

Please sign in to comment.