Skip to content

Commit d1a25e7

Browse files
Updating to fix code results path issue.
1 parent a24711f commit d1a25e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: irongut/CodeCoverageSummary@v1.3.0
7676
if: always()
7777
with:
78-
filename: test-results/*/coverage.cobertura.xml
78+
filename: "test-results/**/coverage.cobertura.xml"
7979
badge: true
8080
fail_below_min: false
8181
format: markdown

0 commit comments

Comments
 (0)