Skip to content

Commit

Permalink
GitHub: give tag to each cover job
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Apr 23, 2024
1 parent 7468eb3 commit 39b7f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
if: matrix.unit_type == 'btcd unit-cover'
with:
path-to-profile: coverage.txt
flag-name: 'unit'
parallel: true


Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 39b7f1c

Please sign in to comment.