Skip to content

Commit 2559cd9

Browse files
hyochanclaude
andcommitted
docs: fix markdown lint in CLAUDE.md codecov section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a926c05 commit 2559cd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ This project uses Codecov with two checks: **codecov/patch** (new/modified lines
9999

100100
1. Always write tests for new code paths - aim for full branch coverage of your changes
101101
2. After writing tests, run coverage locally to verify:
102+
102103
```bash
103104
flutter test --coverage
104105
dart run tool/filter_coverage.dart
105106
```
107+
106108
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
107109
4. Focus coverage on:
108110
- All new public methods and their error paths

0 commit comments

Comments
 (0)