Skip to content

Commit

Permalink
Add code doverage steps
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdgo committed Jan 6, 2025
1 parent 6bfaac9 commit defcd3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ jobs:
- name: Test
run: |
mkdir output
go test -cover -race
go test -cover -coverprofile=coverage.out -covermode=atomic -race
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4

0 comments on commit defcd3c

Please sign in to comment.