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: `get` now reads its first argument #803

Closed EagleoutIce closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 71.82%. Comparing base (16fc135) to head (c061c88). Report is 1 commits behind head on main.

Files Patch % Lines
...al/process/functions/call/built-in/built-in-get.ts 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #803 +/- ## ========================================== - Coverage 71.82% 71.82% -0.01% ========================================== Files 201 201 Lines 7192 7195 +3 Branches 1109 1110 +1 ========================================== + Hits 5166 5168 +2 Misses 1679 1679 - Partials 347 348 +1 ```

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

EagleoutIce commented 1 month ago

This pull request is included in v2.0.2 (see Release v2.0.2 (Fixing Control-Flow, Markdown-Exports, and Handling of Unnamed Closures)).