Skip to content

Commit

Permalink
Update ltb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-rash authored Aug 20, 2024
1 parent 6cd67a6 commit 3a9fd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ltb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: Run test suite
run: |
go test $(go list ./...)
go test -cover -coverprofile=coverage.txt $(go list ./...)
go test -cover -coverprofile=coverage.txt $(go list ./... | grep -v txt)
-
name: Archive code coverage results
if: runner.os == 'Linux'
Expand Down

0 comments on commit 3a9fd0c

Please sign in to comment.