Skip to content

Commit

Permalink
add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
geototti21 committed Dec 8, 2023
1 parent 1786528 commit c43efad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ jobs:

- name: Test
run: go test ./... -v -coverprofile coverage.txt -covermode atomic -coverpkg ./... -race

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit c43efad

Please sign in to comment.