We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41c168 commit f803b57Copy full SHA for f803b57
Pipfile
@@ -27,5 +27,5 @@ pylint-quotes = "*"
27
28
[scripts]
29
test = "python -m unittest discover"
30
-coverage = "coverage run --source acai_aws/ -m pytest tests/acai_aws --cov=acai_aws --junitxml ./coverage/reports/xunit.xml --cov-report xml:./coverage/reports/coverage.xml --html=./coverage/unit-test/index.html --self-contained-html --cov-report html:./coverage -p no:warnings -o log_cli=true"
+coverage = "coverage run --source acai_aws/ -m pytest tests/acai_aws --cov=acai_aws --junitxml ./coverage/reports/xunit.xml --cov-report xml:./coverage/reports/coverage.xml --html=./coverage/reports/index.html --self-contained-html --cov-report html:./coverage -p no:warnings -o log_cli=true"
31
lint = "pylint acai_aws"
0 commit comments