Skip to content

Commit

Permalink
ignore example for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Sep 10, 2024
1 parent 73af908 commit 3688e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def generate_cov_report(open_report: bool, format: str):
out_path = "./target/debug/lcov.info"
os.system(
f"grcov . -s . --binary-path ./target/debug/ -t {format} --branch --ignore-not-existing "
f"-o {out_path}"
f"--ignore \"examples/*\" -o {out_path}"
)
if format == "lcov":
os.system(
Expand Down

0 comments on commit 3688e3e

Please sign in to comment.