Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for buffering behavior of iostreams #187

Merged
merged 3 commits into from
Oct 19, 2024

Fix test for coverage

5fffda9
Select commit
Loading
Failed to load commit list.
Merged

Add test for buffering behavior of iostreams #187

Fix test for coverage
5fffda9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2024 in 0s

99.47% (+0.02%) compared to bac0f20

View this Pull Request on Codecov

99.47% (+0.02%) compared to bac0f20

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.47%. Comparing base (bac0f20) to head (5fffda9).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #187      +/-   ##
===========================================
+ Coverage    99.45%   99.47%   +0.02%     
===========================================
  Files           34       34              
  Lines         3319     3460     +141     
===========================================
+ Hits          3301     3442     +141     
  Misses          18       18              
Files with missing lines Coverage Δ
src/iostream.cpp 100.00% <100.00%> (ø)
test/test_iostream.cpp 100.00% <100.00%> (ø)

... and 20 files with indirect coverage changes