commit 7906f4ee1bb3505924713ce0386cb0c86854a6a0 parent 3571c2f0f0e79502e3e2309e23f2472706ae9ade Author: Martin Mitas <mity@morous.org> Date: Wed, 30 Aug 2017 16:05:27 +0200 Add codecov.yml to ignore test dir in coverage reports. Diffstat:
| A | codecov.yml | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/codecov.yml b/codecov.yml @@ -0,0 +1,4 @@ +# YAML definition for codecov.io code coverage reports. + +ignore: + - "test"