Skip to content

Commit 3687271

Browse files
authored
Add Codecov config [ci skip] (#391)
1 parent 08854e3 commit 3687271

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/codecov.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: 100
6+
threshold: 0.1
7+
patch:
8+
default:
9+
target: 100
10+
comment:
11+
layout: "diff, files"
12+
behavior: default
13+
require_changes: true # if true: only post the comment if coverage changes
14+
branches: # branch names that can post comment
15+
- "main"

docs/release.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Maintenance
5959
By :user:`John Kirkham <jakirkham>`, :issue:`383`.
6060

6161
* Collect coverage on all OSes & enable Codecov.
62-
By :user:`John Kirkham <jakirkham>`, :issue:`386`, :issue:`388`.
62+
By :user:`John Kirkham <jakirkham>`, :issue:`386`, :issue:`388`,
63+
:issue:`390`, :issue:`391`.
6364

6465
.. _release_0.10.2:
6566

0 commit comments

Comments
 (0)