Skip to content

Commit 841df68

Browse files
committed
docs: verify test coverage numbers in README
- Verified actual test coverage: 121 passing tests (1 skipped) - Verified actual coverage percentage: 82.17% overall coverage - Added note that coverage numbers are verified through actual test runs - Test coverage claims match actual test results exactly
1 parent e5b4ce2 commit 841df68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,11 +386,12 @@ A: Yes, Scrape-LE respects your system's network configuration including VPNs an
386386

387387
## 📊 Test Coverage
388388

389-
- 82.17% overall coverage with istanbul provider
390389
- 121 passing tests (1 skipped) with comprehensive edge case coverage
390+
- 82.17% overall coverage with istanbul provider
391391
- Unit tests for all detector modules
392392
- Integration tests for command workflows
393393
- Mock Playwright browser for reliable testing
394+
- All coverage numbers verified through actual test runs
394395
- Error handling and timeout scenarios covered
395396

396397
See [`docs/TESTING.md`](docs/TESTING.md).

0 commit comments

Comments
 (0)