Skip to content

Commit

Permalink
github: switch testing method
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Jul 15, 2024
1 parent 3073ee9 commit 11ce193
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run Tests
run: |
go install github.com/jstemmer/go-junit-report@latest
go test -v ./... | go-junit-report -set-exit-code > report.xml
- name: Summarize Tests
uses: test-summary/action@v1
- name: Test
uses: robherley/go-test-action@v0
with:
paths: report.xml
testArguments: -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 11ce193

Please sign in to comment.