Skip to content

Commit 11d4c1b

Browse files
committed
💚 update report path pattern for coverage report generation
1 parent 38b07d0 commit 11d4c1b

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
@@ -127,7 +127,7 @@ jobs:
127127
- name: Generate HTML & Cobertura
128128
run: |
129129
reportgenerator \
130-
-reports:"coverage/**/coverage.cobertura.xml" \
130+
-reports:"coverage/**/*.cobertura.xml"
131131
-targetdir:"coverage/report" \
132132
-reporttypes:"Html;Cobertura;JsonSummary"
133133

0 commit comments

Comments
 (0)