Add codecov.yml

And lower coverage threshold to 60%
this should prevent coverage to fail on simple patch like
https://github.com/jupyter/notebook/pull/1418
Matthias Bussonnier 10 years ago
parent 27a4bf8e4b
commit 18a6698691

@ -0,0 +1,10 @@
coverage:
status:
project:
default:
target: auto
threshold: 0.1
patch:
default:
target: auto
threshold: 0.1
Loading…
Cancel
Save