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 ae9793e commit bb09d72Copy full SHA for bb09d72
.circleci/config.yml
@@ -40,7 +40,7 @@ jobs:
40
name: run tests
41
command: |
42
. venv/bin/activate
43
- coverage run test/test.py
+ coverage run test.py
44
codecov
45
46
# - store_artifacts:
0 commit comments