pr number
All checks were successful
Main Build Process / Build & Test (pull_request) Successful in 1m9s
All checks were successful
Main Build Process / Build & Test (pull_request) Successful in 1m9s
This commit is contained in:
@@ -52,12 +52,6 @@ jobs:
|
|||||||
source: "coverage-report/*"
|
source: "coverage-report/*"
|
||||||
target: "/config/docs/workspace/${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.event.pull_request.number }}/coverage-report/"
|
target: "/config/docs/workspace/${{ github.repository_owner }}/${{ github.event.repository.name }}/${{ github.event.pull_request.number }}/coverage-report/"
|
||||||
strip_components: 1
|
strip_components: 1
|
||||||
- name: Upload Combined Coverage XML
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: coverage
|
|
||||||
path: ${{ github.workspace }}/coverage-report/Cobertura.xml
|
|
||||||
retention-days: 5
|
|
||||||
- name: Publish Code Coverage Report
|
- name: Publish Code Coverage Report
|
||||||
uses: irongut/CodeCoverageSummary@v1.3.0
|
uses: irongut/CodeCoverageSummary@v1.3.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user