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 11e51d6 commit 789f584Copy full SHA for 789f584
Makefile
@@ -115,7 +115,7 @@ pylint_report.txt: $(PYSOURCES)
115
diff_pylint_report: pylint_report.txt
116
diff-quality --violations=pylint pylint_report.txt
117
118
-.coverage: testcov
+.coverage:
119
python setup.py test --addopts "--cov --cov-config=.coveragerc --cov-report= -n auto"
120
$(COVBASE) -m schema_salad.main \
121
--print-jsonld-context schema_salad/metaschema/metaschema.yml \
0 commit comments