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 PlainTextPrinter #12

Merged
merged 1 commit into from Nov 9, 2020
Merged

Add PlainTextPrinter #12

merged 1 commit into from Nov 9, 2020

Conversation

kimikage
Copy link
Collaborator

@kimikage kimikage commented Nov 9, 2020

This also adds tests for HTMLPrinter.

Closes #6

This also adds tests for `HTMLPrinter`.
@codecov
Copy link

codecov bot commented Nov 9, 2020

Codecov Report

Merging #12 (d4ac2b5) into main (d969688) will increase coverage by 45.05%.
The diff coverage is 94.11%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #12       +/-   ##
===========================================
+ Coverage   50.49%   95.54%   +45.05%     
===========================================
  Files           3        4        +1     
  Lines         202      247       +45     
===========================================
+ Hits          102      236      +134     
+ Misses        100       11       -89     
Impacted Files Coverage Δ
src/html.jl 89.47% <ø> (+47.36%) ⬆️
src/plain.jl 80.00% <80.00%> (ø)
src/ANSIColoredPrinters.jl 95.30% <97.56%> (+73.37%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d969688...d4ac2b5. Read the comment docs.

@kimikage kimikage merged commit 07b7e4c into main Nov 9, 2020
@kimikage kimikage deleted the plaintext branch November 9, 2020 10:10
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.

Adding PlainTextPrinter
1 participant