Skip to content

Commit 0c8198c

Browse files
authored
Merge pull request #8 from NHSDigital/mm-odin-257-coverage-comment-needs-explicit-path
odin-257: add explicit path for coverage comment
2 parents 218ac8e + 4914a8e commit 0c8198c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
pytest-coverage-path: ./reports/pytest-coverage.txt
5757
pytest-xml-coverage-path: ./reports/coverage.xml
58-
junitxml-path: ./reports/junit/*.xml
58+
junitxml-path: ./reports/junit/results.xml
5959

6060
- name: convert sonar reports
6161
if: ${{ hashFiles('./reports/junit/*.xml') || hashFiles('./reports/coverage.xml') }}

0 commit comments

Comments
 (0)