Skip to content

Commit

Permalink
[skip ci]chore: use codecov action to upload test result
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggun-yu committed Nov 25, 2024
1 parent 2113338 commit d5c69fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
- name: Run Test
run: go test ./... -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v5
with:
files: ./coverage.out
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d5c69fc

Please sign in to comment.