Skip to content

Commit a713c68

Browse files
authored
remove flags from status checks
Status checks for certain areas of the project are a cool idea in theory, the problem is that codecov apparently doesn't correctly report coverage for reports that apply to multiple flags. Long story short, this feature would've been nice if it worked, but it doesn't....
1 parent 1817e16 commit a713c68

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

codecov.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ coverage:
2323
# allow decrease by up to 5 %
2424
threshold: 5
2525
base: auto
26-
core:
27-
# restrict core decrease to 2%
28-
threshold: 2
29-
flags: core
30-
ui:
31-
flags: ui
32-
inspections:
33-
flags: inspections
34-
tools:
35-
flags: tools
3626

3727
comment:
3828
layout: "flags, diff, files"

0 commit comments

Comments
 (0)