Skip to content

Commit 3eee848

Browse files
committed
chore: try to fix global coverage.
1 parent 56e4546 commit 3eee848

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

codecov.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,2 @@
11
ignore:
22
- "**/*.g.dart" # ignore generated files
3-
4-
comment:
5-
layout: "header, diff, components" # show component info in the PR comment
6-
7-
component_management:
8-
default_rules: # default rules that will be inherited by all components
9-
statuses:
10-
- type: project # in this case every component that doens't have a status defined will have a project type one
11-
target: auto
12-
individual_components:
13-
- component_id: dio_cache_interceptor
14-
paths:
15-
- dio_cache_interceptor/**
16-
- component_id: http_cache_client
17-
paths:
18-
- http_cache_client/**
19-
- component_id: http_cache_core
20-
paths:
21-
- http_cache_core/**
22-
- component_id: http_cache_drift_store
23-
paths:
24-
- http_cache_drift_store/**
25-
- component_id: http_cache_file_store
26-
paths:
27-
- http_cache_file_store/**
28-
- component_id: http_cache_hive_store
29-
paths:
30-
- http_cache_hive_store/**
31-
- component_id: http_cache_objectbox_store
32-
paths:
33-
- http_cache_objectbox_store/**
34-
- component_id: http_cache_sembast_store
35-
paths:
36-
- http_cache_sembast_store/**

0 commit comments

Comments
 (0)