mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
GitHub: give tag to each cover job
This commit is contained in:
parent
7468eb3416
commit
39b7f1c4f4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -225,6 +225,7 @@ jobs:
|
|||
if: matrix.unit_type == 'btcd unit-cover'
|
||||
with:
|
||||
path-to-profile: coverage.txt
|
||||
flag-name: 'unit'
|
||||
parallel: true
|
||||
|
||||
|
||||
|
@ -281,6 +282,7 @@ jobs:
|
|||
uses: shogo82148/actions-goveralls@v1
|
||||
with:
|
||||
path-to-profile: coverage.txt
|
||||
flag-name: 'itest-${{ matrix.name }}'
|
||||
parallel: true
|
||||
|
||||
- name: Zip log files on failure
|
||||
|
|
Loading…
Add table
Reference in a new issue