diff --git a/.github/workflows/ltb.yml b/.github/workflows/ltb.yml index 6ba57b4..d46ed45 100644 --- a/.github/workflows/ltb.yml +++ b/.github/workflows/ltb.yml @@ -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'