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 ed92974 commit c3509e4Copy full SHA for c3509e4
.github/workflows/test.yaml
@@ -31,4 +31,4 @@ jobs:
31
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
32
- name: Test
33
run: |
34
- coverage run --source=jsonpatch tests.py
+ make coverage
0 commit comments