Skip to content

Commit

Permalink
Ignoring mismatch errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui Rocha committed Feb 4, 2025
1 parent 8441da5 commit b5c9746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/coverage/lcov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ main() {
--ignore-errors unused \
--ignore-errors empty \
--ignore-errors source \
--ignore-errors mismatch \
--output-file "${OUTPUT_DIR}/baseline_filtered.info"

run_coverage_tests
Expand All @@ -154,6 +155,7 @@ main() {
'*test*' \
--ignore-errors unused \
--ignore-errors source \
--ignore-errors mismatch \
--output-file "${OUTPUT_DIR}/tests_filtered.info"

echo -e "\nINFO: Merge baseline and tests coverage report"
Expand Down

0 comments on commit b5c9746

Please sign in to comment.