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

Adding RawOutputStream to handle low-level output. #84

Merged
merged 2 commits into from
Feb 10, 2019

Conversation

tonystone
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Feb 10, 2019

Codecov Report

Merging #84 into release-5.0 will increase coverage by <.01%.
The diff coverage is 97.82%.

@@               Coverage Diff               @@
##           release-5.0      #84      +/-   ##
===============================================
+ Coverage        99.86%   99.86%   +<.01%     
===============================================
  Files               23       24       +1     
  Lines              746      750       +4     
===============================================
+ Hits               745      749       +4     
  Misses               1        1
Impacted Files Coverage Δ
...og/Internal/Utilities/Streams/StandardStream.swift 100% <100%> (ø) ⬆️
...ces/TraceLog/Writers & Formatters/FileWriter.swift 100% <100%> (ø) ⬆️
.../Internal/Utilities/Streams/FileOutputStream.swift 100% <100%> (+1.61%) ⬆️
...g/Internal/Utilities/Streams/RawOutputStream.swift 97.22% <97.22%> (ø)

@tonystone tonystone merged commit 8d4c0e2 into release-5.0 Feb 10, 2019
@tonystone tonystone deleted the raw-output-stream branch February 10, 2019 19:40
tonystone added a commit that referenced this pull request Feb 10, 2019
…writer

* 'release-5.0' of github.com:tonystone/tracelog:
  Adding RawOutputStream to handle low-level output. (#84)
  Correct Default type changing to enum so it can't be allocated. (#83)

# Conflicts:
#	Sources/TraceLog/Internal/Utilities/Streams/FileOutputStream.swift
#	Sources/TraceLog/Writers & Formatters/FileWriter.swift
#	Tests/TraceLogTests/Writers & Formatters/FileWriter+InternalsTests.swift
#	Tests/TraceLogTests/Writers & Formatters/FileWriterTests.swift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant