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