File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- .PHONY : all clean tests stress-tests coverage test_coverage install lint docs dist check_formatting
1+ .PHONY : clean tests stress-tests test_coverage install lint docs dist check_formatting
22
33PYTHON =python3
44PYLINT =pylint
@@ -17,15 +17,13 @@ clean:
1717 rm -rf dist
1818 rm -rf htmlcov
1919
20- coverage : test_coverage
21-
2220test_coverage : check_formatting
23- -$(PYTESTS ) --cov=superannotate -n auto
21+ -$(PYTESTS ) --cov=superannotate -n auto tests
2422 $(COVERAGE ) html
2523 @echo " \033[95m\n\nCoverage successful! View the output at file://htmlcov/index.html.\n\033[0m"
2624
2725install :
28- pip install .
26+ pip install -e .
2927
3028lint : check_formatting
3129 -$(PYLINT ) --output-format=json superannotate/ | pylint-json2html -o pylint.html
You can’t perform that action at this time.
0 commit comments