escalier-lang / escalier-next

Improved type safety with tight TypeScript interop
https://escalier-lang.github.io/escalier-next/
MIT License
14 stars 0 forks source link

Refactor code a bit in preparation to handle cyclic dependencies between modules #368

Closed kevinbarabash closed 1 month ago

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 53.83562% with 337 lines in your changes missing coverage. Please review.

Project coverage is 82.22%. Comparing base (118dfdc) to head (1e63538).

Files with missing lines Patch % Lines
src/Escalier.TypeChecker/BuildGraph.fs 39.42% 315 Missing :warning:
src/Escalier.TypeChecker/Infer.fs 90.17% 17 Missing :warning:
src/Escalier.Compiler/Compiler.fs 85.71% 4 Missing :warning:
src/Escalier.TypeChecker/QualifiedGraph.fs 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #368 +/- ## ========================================== - Coverage 84.18% 82.22% -1.96% ========================================== Files 23 23 Lines 13121 13162 +41 Branches 1879 1888 +9 ========================================== - Hits 11046 10823 -223 - Misses 2075 2339 +264 ``` | [Flag](https://app.codecov.io/gh/escalier-lang/escalier-next/pull/368/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=escalier-lang) | Coverage Δ | | |---|---|---| | [](https://app.codecov.io/gh/escalier-lang/escalier-next/pull/368/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=escalier-lang) | `?` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=escalier-lang#carryforward-flags-in-the-pull-request-comment) to find out more.

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