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

Implement forward slicing #837

Open Ellpeck opened 2 weeks ago

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 71.84%. Comparing base (f880d58) to head (e5ca0d7). Report is 30 commits behind head on main.

Files Patch % Lines
src/slicing/static/static-slicer.ts 87.03% 2 Missing and 5 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #837 +/- ## ========================================== + Coverage 71.74% 71.84% +0.10% ========================================== Files 202 202 Lines 7337 7374 +37 Branches 1138 1253 +115 ========================================== + Hits 5264 5298 +34 - Misses 1708 1709 +1 - Partials 365 367 +2 ```

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

EagleoutIce commented 6 days ago

So far the tests and implementation looks good!