mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-17 20:23:58 +00:00
add count flag to hopefully avoid cache issues
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
run: go mod tidy
|
||||
|
||||
- name: run tests
|
||||
run: go test ./... -coverpkg "github.com/jwetzell/showbridge-go/..." -coverprofile coverage.out
|
||||
run: go test ./... -count=1 -coverpkg "github.com/jwetzell/showbridge-go/..." -coverprofile coverage.out
|
||||
|
||||
- name: clean up coverage report
|
||||
run: cat coverage.out | grep -v "github.com/jwetzell/showbridge-go/cmd" > coverage.nocmd.out
|
||||
|
||||
Reference in New Issue
Block a user