We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a017da commit a66242fCopy full SHA for a66242f
.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 --source=rejson setup.py test
44
codecov
45
46
# - store_artifacts:
0 commit comments