Skip to content

Commit

Permalink
Integrate codecov. Fixes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Jun 22, 2023
1 parent 8537d66 commit bab2847
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
- name: Go test
run: go test -v -coverprofile=coverage.out ./...

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

- name: Go coverage
env:
CODE_COVERAGE_THRESHOLD: 100
Expand Down

0 comments on commit bab2847

Please sign in to comment.