Code-Inspect / flowr

A program slicer and dataflow analyzer for the R programming language.
https://github.com/Code-Inspect/flowr/wiki
GNU General Public License v3.0
14 stars 2 forks source link

Fix: repl parse does no longer return undefined #849

Closed EagleoutIce closed 4 days ago

codecov[bot] commented 4 days ago

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 71.75%. Comparing base (e17e967) to head (a61f7fe). Report is 3 commits behind head on main.

Files Patch % Lines
src/cli/repl/commands/parse.ts 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #849 +/- ## ======================================== Coverage 71.75% 71.75% ======================================== Files 202 202 Lines 7340 7340 Branches 1245 1137 -108 ======================================== Hits 5267 5267 Misses 1708 1708 Partials 365 365 ```

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

EagleoutIce commented 4 days ago

This pull request is included in v2.0.11 (see Release v2.0.11 (Fix: undefined parse in repl)).