johnynek / bosatsu

A python-ish pure and total functional programming language
Apache License 2.0
224 stars 11 forks source link

Improve testing and maybe efficiency of string matching #1054

Closed johnynek closed 11 months ago

codecov-commenter commented 11 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (8bf939b) 91.99% compared to head (62fbc16) 92.10%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1054 +/- ## ========================================== + Coverage 91.99% 92.10% +0.11% ========================================== Files 93 93 Lines 9866 9882 +16 Branches 2285 2317 +32 ========================================== + Hits 9076 9102 +26 + Misses 790 780 -10 ``` | [Files](https://app.codecov.io/gh/johnynek/bosatsu/pull/1054?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=P.+Oscar+Boykin) | Coverage Δ | | |---|---|---| | [...re/src/main/scala/org/bykn/bosatsu/Matchless.scala](https://app.codecov.io/gh/johnynek/bosatsu/pull/1054?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=P.+Oscar+Boykin#diff-Y29yZS9zcmMvbWFpbi9zY2FsYS9vcmcvYnlrbi9ib3NhdHN1L01hdGNobGVzcy5zY2FsYQ==) | `99.16% <93.75%> (-0.39%)` | :arrow_down: | | [...main/scala/org/bykn/bosatsu/MatchlessToValue.scala](https://app.codecov.io/gh/johnynek/bosatsu/pull/1054?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=P.+Oscar+Boykin#diff-Y29yZS9zcmMvbWFpbi9zY2FsYS9vcmcvYnlrbi9ib3NhdHN1L01hdGNobGVzc1RvVmFsdWUuc2NhbGE=) | `97.56% <98.03%> (+2.42%)` | :arrow_up: | | [...la/org/bykn/bosatsu/codegen/python/PythonGen.scala](https://app.codecov.io/gh/johnynek/bosatsu/pull/1054?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=P.+Oscar+Boykin#diff-Y29yZS9zcmMvbWFpbi9zY2FsYS9vcmcvYnlrbi9ib3NhdHN1L2NvZGVnZW4vcHl0aG9uL1B5dGhvbkdlbi5zY2FsYQ==) | `95.15% <20.00%> (-0.33%)` | :arrow_down: | ... and [6 files with indirect coverage changes](https://app.codecov.io/gh/johnynek/bosatsu/pull/1054/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=P.+Oscar+Boykin)

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