Skip to content

Commit 4914a8e

Browse files
committed
odin-257: add explicit path for coverage comment
1 parent 218ac8e commit 4914a8e

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)