Skip to content

Commit

Permalink
chores: format test output
Browse files Browse the repository at this point in the history
  • Loading branch information
mgufrone committed Oct 30, 2023
1 parent 20fbbeb commit dd93dbd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@ jobs:
- name: Run Unit tests
run: |
go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
go test -race -json -v -coverpkg ./... -coverprofile=coverprofile.txt ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
- name: Check coverage
run: |
cat profile.cov
go test -race -json -v -coverpkg ./... -coverprofile=profile.cov ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit dd93dbd

Please sign in to comment.