We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c0c8f commit 2b8febdCopy full SHA for 2b8febd
.tests/e2e/test_full_run.py
@@ -60,6 +60,9 @@ def run_sunbeam(setup):
60
"all_coverage",
61
"--directory",
62
tmp_path,
63
+ "--skip",
64
+ "decontam",
65
+ "--show-failed-logs",
66
],
67
capture_output=True,
68
text=True,
scripts/get_coverage.py
@@ -1,5 +1,5 @@
1
"""
2
-Summarize stats for coverage data for each sample
+Summarize stats for coverage data for each sample
3
4
5
import csv
0 commit comments