Skip to content

Commit

Permalink
Add test coverage badge icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ameghdadian committed Oct 22, 2024
1 parent 738889f commit a162a7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<div align="center">
<h1>Reservationist</h1>
<a href="https://github.com/TheAlgorithms/Python/actions">
<a href="https://github.com/ameghdadian/reservationist/actions">
<img src="https://img.shields.io/github/actions/workflow/status/ameghdadian/reservationist/github-actions.yaml?branch=main&label=CI&logo=github&style=flat-square" height="20" alt="GitHub Workflow Status">
</a>
<a href="https://img.shields.io/coverallsCoverage/github/ameghdadian/reservationist">
<img src="https://img.shields.io/coverallsCoverage/github/ameghdadian/reservationist" height="20" alt="GitHub Workflow Status">
</a>

<h3>A Restful API written in Go, confirming with DDD principles which you can use to book appointments</h3>
</div>

Expand Down

0 comments on commit a162a7c

Please sign in to comment.