Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
coverage:
status:
project:
default:
target: 100
threshold: 0.1
patch:
default:
target: 100
comment:
layout: "diff, files"
behavior: default
require_changes: true # if true: only post the comment if coverage changes
branches: # branch names that can post comment
- "main"
3 changes: 2 additions & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Maintenance
By :user:`John Kirkham <jakirkham>`, :issue:`383`.

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

.. _release_0.10.2:

Expand Down