Skip to content

Commit

Permalink
Adidng coverage reporting (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgomes28 authored Mar 6, 2024
1 parent 3065664 commit 31d7cf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:

- name: Running Go Tests 🧪
run: |
go test ./... -v
go test -coverprofile=coverage.out -covermode=atomic ./... -v
- name: Upload coverage to Codecov 📓
uses: codecov/codecov-action@v3

0 comments on commit 31d7cf6

Please sign in to comment.