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