Skip to content

Commit

Permalink
GitHub Actions: upload coverage to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Mar 26, 2024
1 parent 1fded53 commit 830fd07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ jobs:
run: go build -v .

- name: Test
run: go test -v ./...
run: go test -v -covermode=atomic -coverprofile=coverage.out ./...

- name: Upload coverage to Codecov.io
uses: codecov/codecov-action@v4

0 comments on commit 830fd07

Please sign in to comment.