Skip to content

Commit e0f794a

Browse files
fix coverage report output path
1 parent d21ecff commit e0f794a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Run tests with coverage
2424
working-directory: src
25-
run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --results-directory ./coverage
25+
run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --results-directory ../coverage
2626

2727
- name: Generate coverage report
2828
uses: danielpalme/[email protected]

0 commit comments

Comments
 (0)