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

Allow to check outputs of tests #799

Closed EagleoutIce closed 1 month ago

EagleoutIce commented 1 month ago

See Slice for initial x should return noting else in calls-tests for an example.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.82%. Comparing base (1f92d6e) to head (2d7f746).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #799 +/- ## ======================================= Coverage 71.82% 71.82% ======================================= Files 201 201 Lines 7192 7192 Branches 1109 1109 ======================================= Hits 5166 5166 Misses 1679 1679 Partials 347 347 ```

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