Skip to content

Commit 101af27

Browse files
committed
Configure Codecov
1 parent b9ffa41 commit 101af27

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Python asyncio-based client for etcd
55
:alt: Build Status
66
:target: https://github.com/martyanov/aetcd/actions
77

8-
.. image:: https://codecov.io/gh/martyanov/aetcd/coverage.svg?branch=master
8+
.. image:: https://codecov.io/gh/martyanov/aetcd/branch/master/graph/badge.svg
99
:alt: Coverage report
1010
:target: https://codecov.io/gh/martyanov/aetcd/branch/master
1111

codecov.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
comment: no
1+
codecov:
2+
require_ci_to_pass: yes
3+
branch: master
4+
25
coverage:
3-
project: no
4-
patch: no
5-
changes: no
6+
precision: 2
7+
round: down
8+
range: "90...100"

0 commit comments

Comments
 (0)