Skip to content

Commit

Permalink
Change cover.svg path
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Jan 5, 2024
1 parent 4667226 commit 1f3c9d7
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Go workspace file
go.work
cover.*
/cover.*
data
localstack
/s3hub
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test: ## Start unit test
$(GO_TOOL) cover -html=cover.out -o cover.html

coverage-tree: test ## Generate coverage tree
go-cover-treemap -coverprofile cover.out > doc/common/cover.svg
go-cover-treemap -coverprofile cover.out > doc/img/cover.svg

changelog: ## Generate changelog
ghch --format markdown > CHANGELOG.md
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ This project incurs costs on AWS, and financial support from you would make it e
GitHub Star is motivation for me. If you like this project, please star it.
[![Star History Chart](https://api.star-history.com/svg?repos=nao1215/rainbow&type=Date)](https://star-history.com/#nao1215/rainbow&Date)

## Unit Test Coverage Treemap
![Coverage Treemap](./doc/img/cover.svg)

## Special Thanks
![localstack](./doc/img/localstack-readme-banner.svg)
[LocalStack](https://www.localstack.cloud/) is a service that mocks AWS, covering a wide range of AWS services. It is not easy to set up an AWS infrastructure for personal development, but LocalStack has lowered the barrier for server application development.
Expand Down
2 changes: 1 addition & 1 deletion doc/common/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ make changelog
make coverage-tree
```

![coverage-image](cover.svg)
![coverage-image](../img/cover.svg)
280 changes: 280 additions & 0 deletions doc/img/cover.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1f3c9d7

Please sign in to comment.