Skip to content

Commit 5865520

Browse files
authored
Merge pull request #6561 from blueyed/ci-gha-name-flag
ci: GHA: codecov: set CODECOV_NAME, OS in flags
2 parents fe895a4 + 934f389 commit 5865520

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ jobs:
156156
157157
- name: Report coverage
158158
if: (!matrix.skip_coverage)
159-
run: bash scripts/report-coverage.sh -F GHA
159+
env:
160+
CODECOV_NAME: ${{ matrix.name }}
161+
run: bash scripts/report-coverage.sh -F GHA,${{ runner.os }}
160162

161163
deploy:
162164
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest'

0 commit comments

Comments
 (0)