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 e4a37d4 commit 2e604fdCopy full SHA for 2e604fd
.github/workflows/main.yml
@@ -55,7 +55,7 @@ jobs:
55
run: pixi run -e ${{ matrix.environment }} test -m "unit or (not integration and not end_to_end)" --cov-report=xml -n auto
56
57
- name: Upload unit test coverage reports to Codecov with GitHub Action
58
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
59
with:
60
flags: unit
61
@@ -64,6 +64,6 @@ jobs:
64
run: pixi run -e ${{ matrix.environment }} test -m end_to_end --cov-report=xml -n auto
65
66
- name: Upload end_to_end test coverage reports to Codecov with GitHub Action
67
68
69
flags: end_to_end
0 commit comments