Skip to content

Commit 8f9bbe9

Browse files
committed
hmm
1 parent daa96aa commit 8f9bbe9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/jsonparse-buildtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install .[buildtest27_library_only]
2929
- name: Test with pytest and generate codecov
3030
run: |
31-
py.test --cov=jsonparse --ignore=tests/test_webapi.py
31+
pytest --cov=jsonparse --ignore=tests/webapi
3232
- uses: codecov/codecov-action@v3
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
File renamed without changes.

0 commit comments

Comments
 (0)