Skip to content

Commit

Permalink
doc: add docker action badge and enrich tools section
Browse files Browse the repository at this point in the history
  • Loading branch information
akadir committed Sep 13, 2020
1 parent 48c7472 commit 6e9c5a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
alt="build on windows" />
</a>

<!-- Docker push -->
<a href="https://github.com/akadir/case-study/actions">
<img src="https://github.com/akadir/case-study/workflows/push%20docker%20image/badge.svg"
alt="Code Quality Check" />
</a>

<!-- Quality Gate Status -->
<a href="https://sonarcloud.io/dashboard?id=akadir_case-study">
<img src="https://sonarcloud.io/api/project_badges/measure?project=akadir_case-study&metric=alert_status"
Expand Down Expand Up @@ -67,4 +73,7 @@
* [logback](http://logback.qos.ch/) - Logging library that implements SLF4J API
* [mockito](https://site.mockito.org/) - Testing framework to mock objects.
* [AssertJ](https://joel-costigliola.github.io/assertj/) - Rich and easy to use test assertion library
* [Docker](https://www.docker.com/) - Containerisation tool
* [SonarCloud](https://sonarcloud.io/) - Online Code Quality & Security service
* [GitHub Actions](https://github.com/features/actions) - Software workflow automation tool
* [gitignore.io](https://gitignore.io/) - Utility website to generate .gitignore files

0 comments on commit 6e9c5a1

Please sign in to comment.