Skip to content

Commit

Permalink
add coverage profile
Browse files Browse the repository at this point in the history
  • Loading branch information
vallerion committed Aug 21, 2023
1 parent f0b928e commit e4b3ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./...
run: go test -v -coverprofile=coverage.txt ./...

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

0 comments on commit e4b3ec7

Please sign in to comment.