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

feat-fix: don't sum ultimate stats #721

Closed Ellpeck closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 70.85%. Comparing base (517dd18) to head (b830871).

Files Patch % Lines
.../util/summarizer/benchmark/second-phase/process.ts 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #721 +/- ## ========================================== - Coverage 70.85% 70.85% -0.01% ========================================== Files 217 217 Lines 7075 7074 -1 Branches 1096 1096 ========================================== - Hits 5013 5012 -1 Misses 1769 1769 Partials 293 293 ```

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

Ellpeck commented 3 months ago

hmm it seems like something is still being summarized? I'm not sure if that's to be expected or not, but it's also not a clean multiple of the previous amount.

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