storing code coverage reports
This commit is contained in:
8
.github/workflows/maven.yaml
vendored
8
.github/workflows/maven.yaml
vendored
@@ -35,8 +35,8 @@ jobs:
|
||||
if: always() # always run even if the previous step fails
|
||||
with:
|
||||
report_paths: '**/surefire-reports/TEST-*.xml'
|
||||
- name: Publish Test Report Action
|
||||
uses: mikepenz/action-junit-report@v2
|
||||
if: always() # always run even if the previous step fails
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
report_paths: '**/surefire-reports/TEST-*.xml'
|
||||
name: surefire-reports
|
||||
path: '**/surefire-reports/TEST-*.xml'
|
||||
|
||||
Reference in New Issue
Block a user