ci: unzip artifacts individually
This commit is contained in:
parent
5a3bd74cfa
commit
cf4c4699bc
5
.github/workflows/coveralls.yml
vendored
5
.github/workflows/coveralls.yml
vendored
@ -7,7 +7,8 @@ on:
|
|||||||
- completed
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
finish:
|
merge:
|
||||||
|
name: Aggregate coverage reports
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -37,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Unpack artifacts
|
- name: Unpack artifacts
|
||||||
run: |
|
run: |
|
||||||
unzip *.zip
|
ls --zero *.zip | xargs -0 unzip
|
||||||
|
|
||||||
- name: Generate Coverage
|
- name: Generate Coverage
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user