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

Ensure low logging level on npm by default #717

Closed Ellpeck closed 3 months ago

Ellpeck commented 3 months ago

All exisiting extension points, like the repl, the slicer and the tests, automatically set their log level to their desired level already, so this change will only have an effect on the npm package.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 71.12%. Comparing base (d4ad9bd) to head (e369b3a). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #717 +/- ## ========================================== - Coverage 71.13% 71.12% -0.02% ========================================== Files 217 217 Lines 7033 7033 Branches 1095 1095 ========================================== - Hits 5003 5002 -1 Misses 1738 1738 - Partials 292 293 +1 ```

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

EagleoutIce commented 3 months ago

This pull request is included in v1.4.2 (see Release v1.4.2 (Dropping xmlparsedata, Benchmark Re-Runs, and Repl Fixes)).