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 d39c5f6 commit 3c5ed89Copy full SHA for 3c5ed89
.github/workflows/ci.yml
@@ -55,14 +55,12 @@ jobs:
55
run: uv sync --extra dev
56
57
- name: Run tests with coverage
58
- run: uv run pytest -v --cov=jsonpath --cov-report=xml --cov-report=html
+ run: uv run pytest -v --cov=jsonpath --cov-branch --cov-report=xml --cov-report=html
59
60
- name: Upload coverage to Codecov
61
if: matrix.python-version == '3.12'
62
uses: codecov/codecov-action@v5
63
with:
64
- files: ./coverage.xml
65
- flags: unittests
66
token: ${{ secrets.CODECOV_TOKEN }}
67
fail_ci_if_error: false
68
0 commit comments