Skip to content

Commit

Permalink
chore: add codecov (#2529)
Browse files Browse the repository at this point in the history
Signed-off-by: schristoff <[email protected]>
Co-authored-by: schristoff <[email protected]>
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
2 people authored and AustinAbro321 committed Jul 23, 2024
1 parent 79a0016 commit 97caa82
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Setup golang
uses: ./.github/actions/golang

- name: Run unit tests
run: make test-unit
run: make test-unit

0 comments on commit 97caa82

Please sign in to comment.