Skip to content

Commit 05244fd

Browse files
authored
Merge pull request #121 from boolean-uk/reduan-azouaghe-test-coverage
Automatic test coverage report on PR
2 parents c3634aa + 48c08a7 commit 05244fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testDotnetPostgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Code Coverage Report
8787
uses: irongut/CodeCoverageSummary@v1.3.0
8888
with:
89-
filename: coverage/**/coverage.cobertura.xml
89+
filename: '**/TestResults/**/coverage.cobertura.xml'
9090
badge: true
9191
fail_below_min: false
9292
format: markdown

0 commit comments

Comments
 (0)