Skip to content

Commit

Permalink
ci: Add codecov coverage upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Jul 22, 2020
1 parent a1ff20f commit 93494cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,8 @@ jobs:
-
name: Run tests
run: make test
-
name: Upload code coverage report
uses: codecov/codecov-action@v1
with:
env_vars: GOOS,GOARCH

0 comments on commit 93494cf

Please sign in to comment.