Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Sep 18, 2024
1 parent ee1cbfc commit 5c79d43
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ jobs:
run: |
go test -coverprofile cover.out -v -race ./...
go tool cover -func=cover.out
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cover.out
flags: unittests
name: codecov-umbrella
# todo swap to true once codecov is properly configured
fail_ci_if_error: false

0 comments on commit 5c79d43

Please sign in to comment.