You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,12 @@ This project uses Codecov with two checks: **codecov/patch** (new/modified lines
99
99
100
100
1. Always write tests for new code paths - aim for full branch coverage of your changes
101
101
2. After writing tests, run coverage locally to verify:
102
+
102
103
```bash
103
104
flutter test --coverage
104
105
dart run tool/filter_coverage.dart
105
106
```
107
+
106
108
3. The project target is `auto` (must not decrease from base branch). If codecov/project fails, add more tests until overall coverage meets or exceeds the base
0 commit comments