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 3a9fd0c commit a18c395
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ltb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
name: Run test suite
run: |
go test $(go list ./...)
go test -cover -coverprofile=coverage.txt $(go list ./... | grep -v txt)
-
name: Run Cover Profile
if: runner.os == 'Linux'
run: |
go test -cover -coverprofile=coverage.txt $(go list ./...)
-
name: Archive code coverage results
if: runner.os == 'Linux'
Expand Down

0 comments on commit a18c395

Please sign in to comment.