Skip to content

Commit 12ef885

Browse files
committed
Generate one coverage report per runner
1 parent d0f26f4 commit 12ef885

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ jobs:
7575
path: artifacts/test-results/*/*.trx
7676
reporter: dotnet-trx
7777
- name: 📤 Upload coverage report
78-
if: matrix.os == 'ubuntu-latest'
7978
uses: actions/upload-artifact@v7
8079
with:
81-
name: Coverage Report
80+
name: Coverage Report (${{ runner.os }})
8281
path: artifacts/coverage
8382
- name: ☂️ Upload coverage report to Codecov
8483
env:

0 commit comments

Comments
 (0)