Skip to content

Commit 4c410bc

Browse files
authored
Added the codecoverage badge to the project README. (#1382)
Show the code coverage on project main page. See [this](https://app.codecov.io/gh/hazelcast/hazelcast-cpp-client/config/badge)
1 parent 31daf75 commit 4c410bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
</a>
1717
<a href="LICENSE">
1818
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="Apache 2.0 license badge">
19-
</a>
19+
</a>
20+
<a href="https://codecov.io/gh/hazelcast/hazelcast-cpp-client" >
21+
<img src="https://codecov.io/gh/hazelcast/hazelcast-cpp-client/graph/badge.svg?token=gBxWdOCTlX"/>
22+
</a>
2023
</p>
2124

2225
---

0 commit comments

Comments
 (0)