From ce88dec3268f329a4c98aab9f578839b12f523e7 Mon Sep 17 00:00:00 2001 From: Bruno Van de Velde Date: Wed, 8 Aug 2018 20:22:01 +0200 Subject: [PATCH] Codecov config was broken because branch name became a float after renaming --- .codecov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index bdfa8fed..1c64a693 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,6 +1,6 @@ comment: false codecov: - branch: 0.8 + branch: "0.8" coverage: range: 60...100 status: @@ -8,6 +8,6 @@ coverage: patch: off changes: off ignore: -- tests -- examples -- include/TGUI/Aurora +- tests/.* +- examples/.* +- include/TGUI/Aurora/.*