File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ pylint-quotes = "*"
2727
2828[scripts ]
2929test = " 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"
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/reports /index.html --self-contained-html --cov-report html:./coverage -p no:warnings -o log_cli=true"
3131lint = " pylint acai_aws"
You can’t perform that action at this time.
0 commit comments