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
docs: update README with current version and test count
Updates:
- Version History: 1.0 → 1.1 (Current)
- Test count: 392 → 493 tests (actual current count)
- Consistent test count across all README sections
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ A flexible Java ClassLoader that can load classes from 34+ transport protocols w
27
27
### Developer Experience
28
28
-**Builder Pattern**: Fluent API for easy configuration
29
29
-**Extensible**: Add custom class sources by implementing the `ClassSource` interface
30
-
-**Well Tested**: Comprehensive test suite with 392 unit tests (46% code coverage)
30
+
-**Well Tested**: Comprehensive test suite with 493 unit tests (46% code coverage)
31
31
32
32
## Requirements
33
33
@@ -619,7 +619,7 @@ mvn test
619
619
620
620
### Test Coverage
621
621
622
-
ApplicationClassLoader has **463 comprehensive unit tests** achieving **46% instruction coverage** across the codebase. While we strive for high test coverage, 100% coverage is not the goal for this project. Here's why:
622
+
ApplicationClassLoader has **493 comprehensive unit tests** achieving **46% instruction coverage** across the codebase. While we strive for high test coverage, 100% coverage is not the goal for this project. Here's why:
0 commit comments