Skip to content

Commit

Permalink
ci: Upload coverage reports to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetumit committed Nov 7, 2023
1 parent bfacc84 commit 7940216
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: ./scripts/build.sh
- name: Test
run: go test -v ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
docker-build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7940216

Please sign in to comment.