We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1b05b commit cee1e5dCopy full SHA for cee1e5d
README.md
@@ -1,5 +1,7 @@
1
## Injective Python SDK
2
3
+[](https://codecov.io/gh/InjectiveLabs/sdk-python)
4
+
5
### Dependencies
6
7
**Ubuntu**
pyproject.toml
@@ -90,6 +90,8 @@ omit = ["pyinjective/proto/*"]
90
91
[tool.coverage.report]
92
skip_empty = true
93
+fail_under = 56.3
94
+precision = 2
95
96
97
[build-system]
0 commit comments