• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

charmbracelet / lipgloss / 8283110608
68%

Build:
DEFAULT BRANCH: master
Ran 14 Mar 2024 03:13PM CUT
Jobs 1
Files 17
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Mar 2024 03:12PM CUT coverage: 52.066% (+0.07%) from 51.996%
8283110608

push

github

web-flow
fix: always render horizontal border edge when enabled (#211)

When a style has a border set and an empty string is rendered, it should
still render the border. When the left border is set, width is
incremented by 1, so in most cases the width will not be 0.

When we render an empty string, with a double border and no left border
we expect the following:
╗
║
╝
But if we don't render a horizontal edge when the string width is less
than 1 we see this:

║

The string width can't be lower than 0, so we can safely remove the
(width < 1) check to create the expected behavior.

Co-authored-by: Daan Schoone <daaschoone@gmail.com>

1159 of 2226 relevant lines covered (52.07%)

34.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8283110608.1 14 Mar 2024 03:13PM CUT 17
52.07
GitHub Action Run
Source Files on build 8283110608
  • Tree
  • List 17
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
  • ►
    94.5
    table/
  • Back to Repo
  • 96795629 on github
  • Prev Build on master (#8282904805)
  • Next Build on master (#8298156857)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc