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

Fixing error number #237 #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rajarshidcoder
Copy link

This bug occurred when we are trying to add a divider and changing the style of it such as "Double border" and it will produce unexpected results.

This bug occurred when we are trying to add a divider and changing the style of it such as "Double border" and it will produce unexpected results.
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

Merging #263 (2e2d971) into main (fe353d0) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #263   +/-   ##
=======================================
  Coverage   94.21%   94.21%           
=======================================
  Files           5        5           
  Lines        2387     2387           
=======================================
  Hits         2249     2249           
  Misses        138      138           
Flag Coverage Δ
macos-latest 94.17% <100.00%> (ø)
ubuntu-latest 94.17% <100.00%> (ø)
windows-latest 94.13% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/prettytable/prettytable.py 90.36% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hugovk hugovk added the changelog: Fixed For any bug fixes label Oct 17, 2023
@hugovk
Copy link
Member

hugovk commented Oct 17, 2023

Please:

  • Change the PR title to something descriptive.
  • Add tests that fail without the fix and passes with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Fixed For any bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants