GitHub: give tag to each cover job

This commit is contained in:
Oliver Gugger 2024-03-25 14:09:09 +01:00
parent 7468eb3416
commit 39b7f1c4f4
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -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