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

caleb531 / automata / 27617777170
98%
master: 100%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 16 Jun 2026 12:33PM UTC
Jobs 5
Files 31
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

16 Jun 2026 12:32PM UTC coverage: 98.287%. Remained the same
27617777170

push

github

web-flow
Fix {0} quantifier accepting one occurrence (#289)

The {0} (i.e. {0,0}) quantifier built an NFA that accepted both the empty
string and a single occurrence of the sub-pattern, so a{0} matched "a".
Python's re and standard regex semantics make X{0} match the empty string
only.

In repeat(), the pattern's final states were added whenever
lower_bound <= 1, including the degenerate upper_bound == 0 case. Exclude
that case so {0,0} contributes only the empty path; {0,}, {0,n} and all
other bounds are unaffected.

3399 of 3510 branches covered (96.84%)

1 of 1 new or added line in 1 file covered. (100.0%)

3041 of 3094 relevant lines covered (98.29%)

4.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27617777170.1 16 Jun 2026 12:33PM UTC 31
98.28
GitHub Action Run
2 27617777170.2 16 Jun 2026 12:33PM UTC 31
98.29
GitHub Action Run
3 27617777170.3 16 Jun 2026 12:33PM UTC 31
98.28
GitHub Action Run
4 27617777170.4 16 Jun 2026 12:33PM UTC 31
97.93
GitHub Action Run
5 27617777170.5 16 Jun 2026 12:33PM UTC 31
98.28
GitHub Action Run
Source Files on build 27617777170
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 31b7613b on github
  • Prev Build on develop (#27577650903)
  • Next Build on develop (#28195892759)
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

© 2026 Coveralls, Inc