Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#4485 from The-OpenROAD-Projec…
Browse files Browse the repository at this point in the history
…t-staging/cov-local

Exclude .local from code coverage to avoid reporting on dependencies
  • Loading branch information
maliberty authored Jan 4, 2024
2 parents b387e33 + 8c8c324 commit 7f592ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/CodeCoverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ _lcov() {
--exclude "/opt/*" \
--exclude "/usr/lib/*" \
--exclude "/usr/local/*" \
--exclude "*/.local/*" \
--exclude "*build*" \
--exclude "*/third-party/*" \
--output-file ./coverage-output/main_coverage.info

genhtml ./coverage-output/main_coverage.info \
Expand Down

0 comments on commit 7f592ce

Please sign in to comment.