Skip to content

Commit 4f8733f

Browse files
committed
💚 enable overwrite for test results and coverage uploads
1 parent a2fcdc1 commit 4f8733f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,12 @@ jobs:
9494
with:
9595
name: test-results-${{ matrix.dotnet }}
9696
path: '**/*.trx'
97+
overwrite: true
9798

9899
- name: Upload raw coverage
99100
uses: actions/upload-artifact@v4
100101
with:
101-
name: coverage-${{ matrix.dotnet-version }}
102+
name: coverage-${{ matrix.dotnet }}
102103
path: QsNet.Tests/TestResults/**/*.cobertura.xml
103104
if-no-files-found: error
104105
overwrite: true

0 commit comments

Comments
 (0)