Skip to content

Commit

Permalink
wip: --
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Oct 18, 2023
1 parent 24c46bd commit fb201db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gnovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,14 @@ jobs:
- name: Merge coverages
working-directory: ${{ env.COVERAGE_DATA }}
run: |
ls
# create coverage directory list separate by coma.
export COVERAGE_DIRS="$(ls | tr '\n' ',' | sed s/,$//)"
echo $COVERAGE_DIRS
# merge all directory coverages
go tool covdata merge -i="$COVERAGE_DIRS" -o $COVERAGE_OUTPUT
# generate coverage profile
go tool covdata textfmt -i=merged -o $COVERAGE_PROFILE
go tool covdata textfmt -i=$COVERAGE_OUTPUT -o $COVERAGE_PROFILE
- name: Upload combined coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit fb201db

Please sign in to comment.