mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-10-06 05:17:42 +08:00
fixed cargo --all-features flag in tests
This commit is contained in:
parent
399f811283
commit
406a6e171f
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ def processes(ctx, report_generation):
|
||||||
def report_generation():
|
def report_generation():
|
||||||
# subprocess.call(['cargo', 'llvm-cov', 'clean', '--workspace'])
|
# subprocess.call(['cargo', 'llvm-cov', 'clean', '--workspace'])
|
||||||
subprocess.check_call(
|
subprocess.check_call(
|
||||||
["cargo", "llvm-cov", "run", "--no-report", "--", "--version"], cwd=cargo_root
|
["cargo", "llvm-cov", "run", "--all-features", "--no-report", "--", "--version"], cwd=cargo_root
|
||||||
)
|
)
|
||||||
yield
|
yield
|
||||||
# subprocess.check_call(['cargo', 'llvm-cov', '--no-run', '--hide-instantiations', '--html'], cwd=cargo_root)
|
# subprocess.check_call(['cargo', 'llvm-cov', '--no-run', '--hide-instantiations', '--html'], cwd=cargo_root)
|
||||||
|
|
Loading…
Add table
Reference in a new issue