Skip to content

Commit c1edb97

Browse files
committed
.github/workflows/main.yml: CODECOV_NAME, OS in flags
1 parent 8dcae46 commit c1edb97

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
@@ -166,7 +166,9 @@ jobs:
166166
167167
- name: Report coverage
168168
if: (!matrix.skip_coverage)
169-
run: bash scripts/report-coverage.sh -F GHA
169+
env:
170+
CODECOV_NAME: ${{ matrix.name }}
171+
run: bash scripts/report-coverage.sh -F GHA,${{ runner.os }}
170172

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

0 commit comments

Comments
 (0)