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.
1 parent 0ab8c56 commit 413d009Copy full SHA for 413d009
.github/workflows/pythonpackage.yml
@@ -64,6 +64,9 @@ jobs:
64
NOTIFIERS_VICTOROPS_REST_URL: ${{secrets.NOTIFIERS_VICTOROPS_REST_URL}}
65
- name: JUnit Report Action
66
uses: mikepenz/action-junit-report@v5
67
+ if: success() || failure()
68
+ with:
69
+ report_paths: report.xml
70
- name: Upload coverage to Codecov
71
if: success()
72
uses: codecov/codecov-action@v2
0 commit comments