afnanenayet / diffsitter

A tree-sitter based AST difftool to get meaningful semantic diffs
MIT License
1.61k stars 29 forks source link

Add more config test cases #850

Closed afnanenayet closed 6 months ago

afnanenayet commented 6 months ago

Adds more test cases for different configs. We had some issues previously where we forgot to specify some defaults for different structs with serde, so partial config sections were being rejected by the parser.

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 80.00000% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 58.82%. Comparing base (141d83e) to head (05a2242).

Files Patch % Lines
src/config.rs 80.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #850 +/- ## ========================================== + Coverage 58.49% 58.82% +0.33% ========================================== Files 14 14 Lines 1578 1603 +25 ========================================== + Hits 923 943 +20 - Misses 655 660 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.