We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6dac9a commit 7269c17Copy full SHA for 7269c17
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
run: pixi run -e ${{ matrix.environment }} test -m "unit or (not integration and not end_to_end)" --cov-report=xml -n auto
59
60
- name: Upload unit test coverage reports to Codecov with GitHub Action
61
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
62
with:
63
flags: unit
64
@@ -67,6 +67,6 @@ jobs:
67
run: pixi run -e ${{ matrix.environment }} test -m end_to_end --cov-report=xml -n auto
68
69
- name: Upload end_to_end test coverage reports to Codecov with GitHub Action
70
71
72
flags: end_to_end
0 commit comments