test(mangling/ucd): added tests to cover UCD-based generation commands - #42
Merged
Merged
Conversation
fredbi
force-pushed
the
test/added-missing-coverage
branch
from
September 3, 2026 16:17
beebf2e to
3999583
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #42 +/- ##
===========================================
+ Coverage 79.69% 91.10% +11.41%
===========================================
Files 81 81
Lines 4999 5028 +29
===========================================
+ Hits 3984 4581 +597
+ Misses 1014 445 -569
- Partials 1 2 +1 ☔ View full report in Codecov by Harness. |
Bugs fixed: * generation was referencing a deprecated location * numeral interpretation of NaN/Inf is handled by the mangler, not in the tables, where it yields an incorrect result * the generators recorded the UCD source path as filepath.Rel returned it, so a regen on Windows rewrote "Generated from v15/DerivedName.txt" with a backslash and churned every table; filepath.ToSlash pins it Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
fredbi
force-pushed
the
test/added-missing-coverage
branch
from
September 3, 2026 16:34
3999583 to
4d7d769
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bugs fixed:
Change type
Please select: 🆕 New feature or enhancement|🔧 Bug fix'|📃 Documentation update
Short description
Fixes
Full description
Checklist