We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340fc76 commit 3a017daCopy full SHA for 3a017da
.circleci/config.yml
@@ -40,7 +40,7 @@ jobs:
40
name: run tests
41
command: |
42
. venv/bin/activate
43
- coverage run tests/test_rejson.py
+ coverage run ./tests/test_rejson.py
44
codecov
45
46
# - store_artifacts:
0 commit comments