Skip to content

Commit

Permalink
ci: fix code coverage file location when uploading to codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
brpaz committed Sep 29, 2019
1 parent 80b8427 commit 08829f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go get github.com/schrej/godacov
godacov -t $CODACY_TOKEN -r ./test/cover/cover.out -c $GITHUB_SHA
godacov -t $CODACY_TOKEN -r ./cover.out -c $GITHUB_SHA
env:
CODACY_TOKEN: ${{secrets.CODACY_TOKEN}}

Expand Down

0 comments on commit 08829f6

Please sign in to comment.