Codecov config was broken because branch name became a float after renaming

0.8
Bruno Van de Velde 2018-08-08 20:22:01 +02:00
parent 9126651a20
commit ce88dec326
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
comment: false comment: false
codecov: codecov:
branch: 0.8 branch: "0.8"
coverage: coverage:
range: 60...100 range: 60...100
status: status:
@ -8,6 +8,6 @@ coverage:
patch: off patch: off
changes: off changes: off
ignore: ignore:
- tests - tests/.*
- examples - examples/.*
- include/TGUI/Aurora - include/TGUI/Aurora/.*