that reduced coverage again..

This commit is contained in:
2023-12-06 01:12:33 +01:00
parent 5b7c500ee7
commit c21ddf3cf0
6 changed files with 120 additions and 53 deletions

View File

@ -13,7 +13,7 @@ def generate_cov_report(open_report: bool, format: str):
os.environ["RUSTFLAGS"] = "-Cinstrument-coverage"
os.environ["LLVM_PROFILE_FILE"] = "target/coverage/%p-%m.profraw"
_LOGGER.info("Executing tests with coverage")
os.system("cargo test")
os.system("cargo test --all-features")
out_path = "./target/debug/coverage"
if format == "lcov":