actor-framework icon indicating copy to clipboard operation
actor-framework copied to clipboard

Port the reporter from using std::ostream to FILE*

Open Neverlord opened this issue 2 months ago • 1 comments

Same motivation as https://github.com/actor-framework/actor-framework/pull/2198: we want to move away from std::ostream & friends.

Neverlord avatar Dec 13 '25 10:12 Neverlord

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 71.94%. Comparing base (98acd6f) to head (d50c922).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2199      +/-   ##
==========================================
+ Coverage   71.89%   71.94%   +0.04%     
==========================================
  Files         632      632              
  Lines       30601    30600       -1     
  Branches     3334     3333       -1     
==========================================
+ Hits        22002    22015      +13     
+ Misses       6686     6674      -12     
+ Partials     1913     1911       -2     

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Dec 13 '25 13:12 codecov[bot]