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

feat(center): add WithCenterTextOnly #397

Closed

Conversation

floaust
Copy link
Member

@floaust floaust commented Sep 4, 2022

Description

Describe your work here.

Scope

What is affected by this pull request?

  • Bug Fix
  • New Feature
  • Documentation
  • Other

Related Issue

Fixes #396

To-Do Checklist

  • I tested my changes
  • I have commented every method that I created/changed
  • I updated the examples to fit with my changes
  • I have added tests for my newly created methods

@floaust floaust linked an issue Sep 4, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 4, 2022

Codecov Report

Merging #397 (e39d9b4) into master (63b9d9e) will decrease coverage by 0.26%.
The diff coverage is 67.74%.

@@            Coverage Diff             @@
##           master     #397      +/-   ##
==========================================
- Coverage   81.70%   81.43%   -0.27%     
==========================================
  Files          28       28              
  Lines        2017     2042      +25     
==========================================
+ Hits         1648     1663      +15     
- Misses        357      361       +4     
- Partials       12       18       +6     
Impacted Files Coverage Δ
center_printer.go 86.84% <66.66%> (-13.16%) ⬇️
area_printer.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@floaust floaust closed this Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a WithCenterTextOnly for the CenterPrinter
1 participant