Update conftest.py

This commit is contained in:
Eugene 2024-01-23 12:31:00 +01:00
parent eee486a596
commit 79bfa3c81a
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -279,7 +279,7 @@ def processes(ctx, report_generation):
def report_generation():
# subprocess.call(['cargo', 'llvm-cov', 'clean', '--workspace'])
subprocess.check_call(
["cargo", "llvm-cov", "run", "--all-features", "--no-report", "--", "--version"], cwd=cargo_root
["cargo", "llvm-cov", "run", "--no-cfg-coverage-nightly", "--all-features", "--no-report", "--", "--version"], cwd=cargo_root
)
yield
# subprocess.check_call(['cargo', 'llvm-cov', '--no-run', '--hide-instantiations', '--html'], cwd=cargo_root)