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 b9ffa41 commit 101af27Copy full SHA for 101af27
README.rst
@@ -5,7 +5,7 @@ Python asyncio-based client for etcd
5
:alt: Build Status
6
:target: https://github.com/martyanov/aetcd/actions
7
8
-.. image:: https://codecov.io/gh/martyanov/aetcd/coverage.svg?branch=master
+.. image:: https://codecov.io/gh/martyanov/aetcd/branch/master/graph/badge.svg
9
:alt: Coverage report
10
:target: https://codecov.io/gh/martyanov/aetcd/branch/master
11
codecov.yml
@@ -1,5 +1,8 @@
1
-comment: no
+codecov:
2
+ require_ci_to_pass: yes
3
+ branch: master
4
+
coverage:
- project: no
- patch: no
- changes: no
+ precision: 2
+ round: down
+ range: "90...100"
0 commit comments