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 d434f0f commit c98306bCopy full SHA for c98306b
.github/workflows/build-on-push.yaml
@@ -35,7 +35,7 @@ jobs:
35
run: ./gradlew check koverXmlReport
36
37
- name: Publish Test Report
38
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
39
if: always() # always run even if the previous step fails
40
with:
41
check_name: JUnit Test Report
0 commit comments