From c043862a559daffde3549217b54c8f687e33ed4b Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 7 Aug 2019 12:27:52 -0400 Subject: [PATCH] moved badge image --- .codecov.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 45a8a36126..8c68df67ea 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -24,9 +24,10 @@ coverage: target: 40% # specify the target "X%" coverage to hit # threshold: 50% # allow this much decrease on patch changes: false - ignore: - - "pytorch_lightning/utilities/arg_parse.py" - - "raise *" + +ignore: + - "pytorch_lightning/utilities/arg_parse.py" + - "raise *" parsers: gcov: