aboutsummaryrefslogtreecommitdiffstats
path: root/codecov.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-05-29 17:10:38 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-05-29 16:10:38 -0500
commitda50a7ad9f451c123930656cf7fabadbe4f0524e (patch)
tree64b88fc4911e94d18ab572757e3097f50791f171 /codecov.yml
parent02558188e0b1171a0e562b6719433951acf65d21 (diff)
downloadcryptography-da50a7ad9f451c123930656cf7fabadbe4f0524e.tar.gz
cryptography-da50a7ad9f451c123930656cf7fabadbe4f0524e.tar.bz2
cryptography-da50a7ad9f451c123930656cf7fabadbe4f0524e.zip
Migrate to codecov.yml (#2927)
* Migrate to codecov.yml * correct syntax, 4 space indents
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 00000000..2bfc815b
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,9 @@
+comment: false
+coverage:
+ status:
+ patch:
+ default:
+ target: '100'
+ project:
+ default:
+ target: '100'