Skip to content

Commit

Permalink
Collapse coverage tree map (#270)
Browse files Browse the repository at this point in the history
* Wrap annotation in details

* Typo and reduce width
  • Loading branch information
jradtilbrook authored Jun 4, 2024
1 parent 9067a81 commit e6bac42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
commands:
- go test -coverprofile cover.out ./...
- go run github.com/nikolaydubina/go-cover-treemap@latest -coverprofile cover.out > cover-tree.svg
- echo '<img src="artifact://cover-tree.svg" alt="Test coverage tree map" height=500>' | buildkite-agent annotate --style "info"
- 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"
plugins:
docker-compose#v5.1.0:
config: .buildkite/docker-compose.yaml
Expand Down

0 comments on commit e6bac42

Please sign in to comment.