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
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/.*