johnynek / bosatsu

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

deps tool take 2 #1149

Closed johnynek closed 7 months ago

johnynek commented 7 months ago

should be the same code as #1125

codecov-commenter commented 7 months ago

Codecov Report

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

:exclamation: No coverage uploaded for pull request base (main@fc680b3). Click here to learn what that means.

Files Patch % Lines
...i/src/main/scala/org/bykn/bosatsu/PathModule.scala 17.74% 51 Missing :warning:
...e/src/main/scala/org/bykn/bosatsu/MainModule.scala 14.00% 43 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1149 +/- ## ======================================= Coverage ? 91.50% ======================================= Files ? 96 Lines ? 11139 Branches ? 2592 ======================================= Hits ? 10193 Misses ? 946 Partials ? 0 ```

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

johnynek commented 7 months ago

Part of #394