Closed mgcooper closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.53%. Comparing base (
79ea9dd
) to head (6d7fae1
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is a minor fix to
test_stats
. It just adds a missing include statement. I also added a little fix toREADME
to run the tests.Proposed fix
Add
#include <sstream>
totest_stats.cpp
fixes 115