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: reconstruction of if-then-else constructs #790

Closed EagleoutIce closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 71.85%. Comparing base (9385f2b) to head (a7fc3f7).

Files Patch % Lines
src/reconstruct/reconstruct.ts 94.44% 0 Missing and 1 partial :warning:
src/slicing/criterion/filters/all-variables.ts 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #790 +/- ## ========================================== + Coverage 71.83% 71.85% +0.01% ========================================== Files 200 200 Lines 7101 7112 +11 Branches 1089 1191 +102 ========================================== + Hits 5101 5110 +9 + Misses 1662 1660 -2 - Partials 338 342 +4 ```

: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)).