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 3118611 commit fe62587Copy full SHA for fe62587
.github/workflows/jsonparse-buildtest.yml
@@ -27,7 +27,7 @@ jobs:
27
pip install .[buildtest27_library_only]
28
- name: Test with pytest and generate codecov
29
run: |
30
- pytest --cov=jsonparse --ignore=tests/test_webapi.py
+ pytest --cov=jsonparse
31
- uses: codecov/codecov-action@v3
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments