From 2b3fb4883a82d5a9c15c3cb121e936f884b4615d Mon Sep 17 00:00:00 2001 From: Anthex Date: Thu, 25 Apr 2019 10:58:41 +0200 Subject: [PATCH] added codecov yaml --- .codecov.yml | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..fe85313 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,2 @@ +ignore: + - "main.py" \ No newline at end of file -- libgit2 0.21.4