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 a1299f0 commit f853cd1Copy full SHA for f853cd1
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
pixi run -e ${{ matrix.pixi-environment }} tests -v -s --cov=parcels --cov-report=xml --html="${{ env.COVERAGE_REPORT }}" --self-contained-html
54
- name: Codecov
55
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.5.1
56
env:
57
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
58
with:
@@ -96,7 +96,7 @@ jobs:
96
97
pixi run test-notebooks -v -s --html="${{ env.COVERAGE_REPORT }}" --self-contained-html --cov=parcels --cov-report=xml
98
99
100
101
102
0 commit comments