We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 218ac8e + 4914a8e commit 0c8198cCopy full SHA for 0c8198c
.github/workflows/pull-request.yml
@@ -55,7 +55,7 @@ jobs:
55
with:
56
pytest-coverage-path: ./reports/pytest-coverage.txt
57
pytest-xml-coverage-path: ./reports/coverage.xml
58
- junitxml-path: ./reports/junit/*.xml
+ junitxml-path: ./reports/junit/results.xml
59
60
- name: convert sonar reports
61
if: ${{ hashFiles('./reports/junit/*.xml') || hashFiles('./reports/coverage.xml') }}
0 commit comments