Skip to content

Commit a41c168

Browse files
committed
need to update the command
1 parent 5a2e466 commit a41c168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ pylint-quotes = "*"
2727

2828
[scripts]
2929
test = "python -m unittest discover"
30-
coverage = "coverage run --source acai/ -m pytest tests/acai --cov=acai --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"
31-
lint = "pylint acai"
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"
31+
lint = "pylint acai_aws"

0 commit comments

Comments
 (0)