|
|
@@ -66,7 +66,7 @@ jobs:
|
|
|
|
|
|
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
|
|
with:
|
|
|
- name: coverdata
|
|
|
+ name: coverdata-${{ matrix.profile }}-${{ matrix.otp }}
|
|
|
path: _build/test/cover
|
|
|
retention-days: 7
|
|
|
|
|
|
@@ -110,7 +110,7 @@ jobs:
|
|
|
run: ./scripts/ct/run.sh --ci --app ${{ matrix.app }}
|
|
|
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
|
|
with:
|
|
|
- name: coverdata
|
|
|
+ name: coverdata-${{ matrix.profile }}-${{ matrix.prefix }}-${{ matrix.otp }}-sg${{ matrix.suitegroup }}
|
|
|
path: _build/test/cover
|
|
|
retention-days: 7
|
|
|
- name: compress logs
|
|
|
@@ -121,6 +121,7 @@ jobs:
|
|
|
with:
|
|
|
name: logs-${{ matrix.profile }}-${{ matrix.prefix }}-${{ matrix.otp }}-sg${{ matrix.suitegroup }}
|
|
|
path: logs.tar.gz
|
|
|
+ compression-level: 0
|
|
|
retention-days: 7
|
|
|
|
|
|
ct:
|
|
|
@@ -156,7 +157,7 @@ jobs:
|
|
|
make "${{ matrix.app }}-ct"
|
|
|
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
|
|
with:
|
|
|
- name: coverdata
|
|
|
+ name: coverdata-${{ matrix.profile }}-${{ matrix.prefix }}-${{ matrix.otp }}-sg${{ matrix.suitegroup }}
|
|
|
path: _build/test/cover
|
|
|
if-no-files-found: warn # do not fail if no coverdata found
|
|
|
retention-days: 7
|
|
|
@@ -168,6 +169,7 @@ jobs:
|
|
|
with:
|
|
|
name: logs-${{ matrix.profile }}-${{ matrix.prefix }}-${{ matrix.otp }}-sg${{ matrix.suitegroup }}
|
|
|
path: logs.tar.gz
|
|
|
+ compression-level: 0
|
|
|
retention-days: 7
|
|
|
|
|
|
tests_passed:
|
|
|
@@ -205,8 +207,9 @@ jobs:
|
|
|
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
|
|
name: download coverdata
|
|
|
with:
|
|
|
- name: coverdata
|
|
|
+ pattern: coverdata-${{ matrix.profile }}-*
|
|
|
path: _build/test/cover
|
|
|
+ merge-multiple: true
|
|
|
|
|
|
- name: make cover
|
|
|
env:
|