Skip to content

Commit

Permalink
Merge pull request #13 from wolfeidau/feat_integration_coverage
Browse files Browse the repository at this point in the history
feat(tests): enable a coverage report for the integration tests
  • Loading branch information
wolfeidau authored Sep 17, 2023
2 parents 0d8eefe + f1b3505 commit 0df6edc
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 0df6edc

Please sign in to comment.