Skip to content

Commit

Permalink
[eclipse-iceoryx#213] Ignore cli and ffi code for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jun 27, 2024
1 parent 077fb9f commit d644c34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/scripts/generate-cov-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ generate_html_report() {
--output-type html \
--branch \
--ignore-not-existing \
--ignore "iceoryx2-cli" \
--ignore "iceoryx2-ffi" \
--ignore "**/build.rs" \
--ignore "**/tests/*" \
--ignore "**/examples/*" \
Expand All @@ -124,6 +126,8 @@ generate_lcov_report() {
--output-type lcov \
--branch \
--ignore-not-existing \
--ignore "iceoryx2-cli" \
--ignore "iceoryx2-ffi" \
--ignore "**/build.rs" \
--ignore "**/tests/*" \
--ignore "**/examples/*" \
Expand Down

0 comments on commit d644c34

Please sign in to comment.