We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000820d commit 72aa14aCopy full SHA for 72aa14a
Makefile
@@ -25,7 +25,7 @@ clean:
25
coverage: test_coverage
26
27
test_coverage:
28
- $(COVERAGE) run -m --source=./superannotate/ $(PYTESTS) -n 8
+ $(PYTEST) --cov=superannotate -n 8
29
$(COVERAGE) html
30
@echo "\033[95m\n\nCoverage successful! View the output at file://htmlcov/index.html.\n\033[0m"
31
install.sh
@@ -19,7 +19,7 @@ pip install -e .
19
# pip install superannotate
20
21
# for testing
22
-pip install pytest pytest-xdist coverage
+pip install pytest pytest-xdist coverage pytest-cov
23
24
# for docs
pip install sphinx sphinx_rtd_theme
0 commit comments