tonystone / tracelog

TraceLog is a highly configurable, flexible, portable, and simple to use debug logging system for Swift and Objective-C applications running on Linux, macOS, iOS, watchOS, and tvOS.
https://tonystone.io/tracelog
Apache License 2.0
53 stars 15 forks source link

Implement logic to handle partial writes. #76

Closed tonystone closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #76 into release-5.0 will decrease coverage by 0.13%. The diff coverage is 96.29%.

@@               Coverage Diff               @@
##           release-5.0      #76      +/-   ##
===============================================
- Coverage          100%   99.86%   -0.14%     
===============================================
  Files               26       26              
  Lines              711      719       +8     
===============================================
+ Hits               711      718       +7     
- Misses               0        1       +1
Impacted Files Coverage Δ
...og/Utilities/Streams/OutputStreamError+Posix.swift 100% <100%> (ø) :arrow_up:
.../TraceLog/Utilities/Streams/FileOutputStream.swift 98.38% <95.83%> (-1.62%) :arrow_down: