We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc001a0 commit 08d8bdaCopy full SHA for 08d8bda
1 file changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Upload coverage data
85
if: ${{ !cancelled() && matrix.env.test-type == 'coverage' }}
86
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
87
with:
88
flags: ${{ matrix.env.name }}
89
files: test-data/coverage.xml
@@ -92,7 +92,7 @@ jobs:
92
93
- name: Upload test results
94
if: ${{ !cancelled() }}
95
96
97
report_type: test_results
98
0 commit comments