Skip to content

Commit cee1e5d

Browse files
author
abel
committed
(feat) Added CodeCov badge to README file
1 parent be1b05b commit cee1e5d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Injective Python SDK
22

3+
[![codecov](https://codecov.io/gh/InjectiveLabs/sdk-python/graph/badge.svg?token=RBGK98G6F1)](https://codecov.io/gh/InjectiveLabs/sdk-python)
4+
35
### Dependencies
46

57
**Ubuntu**

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ omit = ["pyinjective/proto/*"]
9090

9191
[tool.coverage.report]
9292
skip_empty = true
93+
fail_under = 56.3
94+
precision = 2
9395

9496

9597
[build-system]

0 commit comments

Comments
 (0)