mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
GitHub: give tag to each cover job
This commit is contained in:
parent
7468eb3416
commit
39b7f1c4f4
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…
Reference in New Issue
Block a user