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