• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jas88 / TypeGuesser / 19211428290

09 Nov 2025 04:41PM UTC coverage: 89.104% (+14.8%) from 74.35%
19211428290

Pull #13

github

jas88
Fix all 12 build warnings and 6 CodeQL code quality issues

Build warning fixes:
- Fixed XML documentation in DateTimeTypeDecider (removed invalid class-level param tags)
- Added null-forgiving operators (!) in 8 test files for nullable reference warnings

CodeQL code quality improvements:
- Replaced Path.Combine with Path.Join in PackageListIsCorrectTests
- Fixed generic catch clauses with specific exception filters (FormatException, ArgumentException, etc)
- Removed redundant ToString() calls on ReadOnlySpan<char> (use new string() constructor)
- Converted nested foreach/Add patterns to LINQ query expressions in DateTimeTypeDecider
- Changed generic Exception to FormatException in BoolTypeDecider for consistency

All changes improve code quality without affecting functionality.
Build: 0 warnings, 0 errors. Tests: 377/377 passing.
Pull Request #13: Feature/test coverage improvements

440 of 530 branches covered (83.02%)

Branch coverage included in aggregate %.

150 of 179 new or added lines in 11 files covered. (83.8%)

3 existing lines in 2 files now uncovered.

1261 of 1379 relevant lines covered (91.44%)

195827.61 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

88.46
/TypeGuesser/Deciders/DecideTypesForStrings.cs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc