Skip to content

Commit

Permalink
feat(tests): enable a coverage report for the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfeidau committed Sep 17, 2023
1 parent 0d8eefe commit f1b3505
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
GOFLAGS: "-v -count=1 -json"
run: go test $COVER_OPTS ./... | tparse -all -notests -format markdown >> $GITHUB_STEP_SUMMARY

- name: Run Integration Tests
run: go test -v ./...
working-directory: integration
- name: Integration Test
env:
COVER_OPTS: "-coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/wolfeidau/s3iofs"
GOFLAGS: "-v -count=1 -json"
run: go test $COVER_OPTS ./... | tparse -all -notests -format markdown >> $GITHUB_STEP_SUMMARY
working-directory: integration

0 comments on commit f1b3505

Please sign in to comment.