mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Solve the lack of combined coverage reports
This commit is contained in:
parent
a6fff58e4a
commit
2db4de4170
7 changed files with 15 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -2027,8 +2027,10 @@ jobs:
|
|||
id: get-coverage-reports
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: all-testrun-coverage-artifacts
|
||||
## name: all-testrun-coverage-artifacts
|
||||
path: artifacts/coverage/
|
||||
pattern: all-testrun-coverage-artifacts*
|
||||
merge-multiple: true
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: tree -a artifacts/
|
||||
|
|
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -2089,8 +2089,10 @@ jobs:
|
|||
id: get-coverage-reports
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: all-testrun-coverage-artifacts
|
||||
## name: all-testrun-coverage-artifacts
|
||||
path: artifacts/coverage/
|
||||
pattern: all-testrun-coverage-artifacts*
|
||||
merge-multiple: true
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: tree -a artifacts/
|
||||
|
|
4
.github/workflows/scheduled.yml
vendored
4
.github/workflows/scheduled.yml
vendored
|
@ -2066,8 +2066,10 @@ jobs:
|
|||
id: get-coverage-reports
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: all-testrun-coverage-artifacts
|
||||
## name: all-testrun-coverage-artifacts
|
||||
path: artifacts/coverage/
|
||||
pattern: all-testrun-coverage-artifacts*
|
||||
merge-multiple: true
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: tree -a artifacts/
|
||||
|
|
4
.github/workflows/templates/ci.yml.jinja
vendored
4
.github/workflows/templates/ci.yml.jinja
vendored
|
@ -370,8 +370,10 @@
|
|||
id: get-coverage-reports
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: all-testrun-coverage-artifacts
|
||||
## name: all-testrun-coverage-artifacts
|
||||
path: artifacts/coverage/
|
||||
pattern: all-testrun-coverage-artifacts*
|
||||
merge-multiple: true
|
||||
|
||||
- name: Display structure of downloaded files
|
||||
run: tree -a artifacts/
|
||||
|
|
1
.github/workflows/test-action-linux.yml
vendored
1
.github/workflows/test-action-linux.yml
vendored
|
@ -405,3 +405,4 @@ jobs:
|
|||
with:
|
||||
name: all-testrun-coverage-artifacts-${{ inputs.distro-slug }}${{ inputs.fips && '-fips' || '' }}-${{ inputs.nox-session }}
|
||||
path: artifacts/coverage
|
||||
include-hidden-files: true
|
||||
|
|
1
.github/workflows/test-action-macos.yml
vendored
1
.github/workflows/test-action-macos.yml
vendored
|
@ -440,3 +440,4 @@ jobs:
|
|||
with:
|
||||
name: all-testrun-coverage-artifacts-${{ inputs.distro-slug }}.${{ inputs.nox-session }}
|
||||
path: artifacts/coverage
|
||||
include-hidden-files: true
|
||||
|
|
1
.github/workflows/test-action-windows.yml
vendored
1
.github/workflows/test-action-windows.yml
vendored
|
@ -406,3 +406,4 @@ jobs:
|
|||
with:
|
||||
name: all-testrun-coverage-artifacts-${{ inputs.distro-slug }}.${{ inputs.nox-session }}
|
||||
path: artifacts/coverage
|
||||
include-hidden-files: true
|
||||
|
|
Loading…
Add table
Reference in a new issue