Codecov config was broken because branch name became a float after renaming
parent
9126651a20
commit
ce88dec326
|
@ -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/.*
|
||||
|
|
Loading…
Reference in New Issue