Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunshi Sun committed Jan 7, 2020
1 parent e71befa commit 0831a92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,12 @@ jobs:
badgerdb/coverprofile.out \
db/coverprofile.out \
memdb/coverprofile.out > coverprofile.out
- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
export PATH=$PATH:$(go env GOPATH)/bin
cd $GITHUB_WORKSPACE
goveralls -coverprofile=coverprofile.out -service=github

0 comments on commit 0831a92

Please sign in to comment.