Skip to content

Commit

Permalink
wip: --
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Oct 18, 2023
1 parent adf68e0 commit 80ee0e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gnovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,12 @@ jobs:
- name: Merge coverages
working-directory: ${{ env.COVERAGE_DATA }}
run: |
ls
# create coverage directory list separate by coma.
export COVERAGE_DIRS="$(ls -m | tr -d ' ')"
echo $COVERAGE_DIRS
# merge all directory coverages
go tool covdata merge -i="$COVERAGE_DIRS" -o $COVERAGE_OUTPUT
Expand Down

0 comments on commit 80ee0e8

Please sign in to comment.