Skip to content

Commit

Permalink
codecov.io integration
Browse files Browse the repository at this point in the history
  • Loading branch information
parMaster committed Jul 14, 2023
1 parent 9173f1f commit 24d3d15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ jobs:
- name: Test
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
env:
GOFLAGS: "-mod=vendor"
GOFLAGS: "-mod=vendor"

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 24d3d15

Please sign in to comment.