We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece5aaf commit 7aa03ecCopy full SHA for 7aa03ec
Makefile
@@ -12,7 +12,8 @@ test-fast:
12
pytest -x --cov samtranslator --cov-report term-missing --cov-fail-under 95 -n auto tests/
13
14
test-cov-report:
15
- pytest --cov samtranslator --cov-report term-missing --cov-report html --cov-fail-under 95 tests/
+ pytest --cov samtranslator --cov-report term-missing --cov-report html --cov-fail-under 95 -n auto tests/
16
+ open htmlcov/index.html &> /dev/null || true
17
18
integ-test:
19
pytest --no-cov integration/
0 commit comments