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

Handle `library` #793

Closed EagleoutIce closed 1 month ago

EagleoutIce commented 1 month ago

Currently, this ignores the character.only flag as this is defered for abstract interpretation.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 71.82%. Comparing base (05d0f1b) to head (53de635).

Files Patch % Lines
...rocess/functions/call/built-in/built-in-library.ts 57.14% 4 Missing and 2 partials :warning:
src/slicing/criterion/collect-all.ts 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #793 +/- ## ========================================== - Coverage 71.85% 71.82% -0.03% ========================================== Files 200 201 +1 Lines 7112 7131 +19 Branches 1094 1097 +3 ========================================== + Hits 5110 5122 +12 - Misses 1660 1664 +4 - Partials 342 345 +3 ```

: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.0 (see Release v2.0.0 (Dataflow v2)).