mobile bluesky app made with flutter
lazurite.stormlightlabs.org/
mobile
bluesky
flutter
1coverage:
2 precision: 2
3 round: down
4 range: "70...100"
5
6 status:
7 project:
8 default:
9 target: 80% # our true target is 95%
10 threshold: 1%
11 if_ci_failed: error
12
13 patch:
14 default:
15 target: 80% # true target is 95%
16 threshold: 1%
17
18comment:
19 layout: "reach,diff,flags,files,footer"
20 behavior: default
21 require_changes: false
22
23ignore:
24 - "**/*.g.dart"
25 - "**/*.freezed.dart"
26 - "lib/src/app/**"
27 - "lib/src/infrastructure/db/tables.dart"
28 - "lib/src/infrastructure/network/http_method.dart"
29 - "lib/src/infrastructure/network/host_kind.dart"
30 - "lib/src/infrastructure/network/proxy_kind.dart"
31 - "lib/src/infrastructure/network/endpoint_meta.dart"
32 - "test/**"