We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b376e2b commit 3acff56Copy full SHA for 3acff56
1 file changed
.buildkite/pipeline.yml
@@ -17,6 +17,7 @@ steps:
17
- cover-tree.svg
18
commands:
19
- . .buildkite/cache-env.sh
20
+ - unset BUILDKITE_ORGANIZATION_SLUG BUILDKITE_API_TOKEN
21
- go test -coverprofile cover.out ./...
22
- go run github.com/nikolaydubina/go-cover-treemap@v1.5.1 -coverprofile cover.out > cover-tree.svg
23
- echo '<details><summary>Coverage tree map</summary><img src="artifact://cover-tree.svg" alt="Test coverage tree map" width="70%"></details>' | buildkite-agent annotate --style "info"
0 commit comments