You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least for macOS 11.3, bash 5.1.8, go 1.16.3 the packages were
being passed in as one big string, e.g. "foo\nbar". Instead, store
the `go list` results in an array, then expand the array to
separate args for `go test`
Write coverage files to ARTIFACTS or tmp/, and .gitignore tmp/
Other nice to have changes:
- move go test flags to an array for legibility
- don't depend on git for REPO_ROOT
0 commit comments