Skip to content

Commit bf4c820

Browse files
committed
💚 update coverage report path for artifact upload
1 parent a6476a2 commit bf4c820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/upload-artifact@v4
9393
with:
9494
name: coverage-${{ matrix.dotnet-version }}
95-
path: TestResults/**/*.cobertura.xml
95+
path: QsNet.Tests/TestResults/**/*.cobertura.xml
9696
if-no-files-found: error
9797

9898
coverage:

0 commit comments

Comments
 (0)