mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-02 17:52:28 +02:00
GitHub: give tag to each cover job
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -225,6 +225,7 @@ jobs:
|
|||||||
if: matrix.unit_type == 'btcd unit-cover'
|
if: matrix.unit_type == 'btcd unit-cover'
|
||||||
with:
|
with:
|
||||||
path-to-profile: coverage.txt
|
path-to-profile: coverage.txt
|
||||||
|
flag-name: 'unit'
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
||||||
|
|
||||||
@@ -281,6 +282,7 @@ jobs:
|
|||||||
uses: shogo82148/actions-goveralls@v1
|
uses: shogo82148/actions-goveralls@v1
|
||||||
with:
|
with:
|
||||||
path-to-profile: coverage.txt
|
path-to-profile: coverage.txt
|
||||||
|
flag-name: 'itest-${{ matrix.name }}'
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
||||||
- name: Zip log files on failure
|
- name: Zip log files on failure
|
||||||
|
Reference in New Issue
Block a user