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

caleb531 / automata / 20624828806
98%
master: 100%

Build:
Build:
LAST BUILD BRANCH: fix_thing
DEFAULT BRANCH: master
Ran 31 Dec 2025 06:26PM 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

31 Dec 2025 06:26PM UTC coverage: 98.322% (-1.2%) from 99.544%
20624828806

push

github

web-flow
Add support for character classes `[...]` (#250)

* Add support for character classes `[...]`

Also, fix the quantifiers more expressive.
I.e., now it supports: {,4}, {4}, {1,3}, {1,} instead of just {1,3} and {1,}

* Support class characters when no input_symbols are given

* Lint fixes and one more test

* Fixx issue with reserved characters inside character class

* Add missing annotation

* Add support for escaped characters and properly handle special chars like ('\')

* Add support for shorthands

* Allow reserved chars in input symbols and tokenize spaces

We also added more complex tests

* Address code review feedback

- Move imports to top of nfa.py file (no repeated imports in functions)
- Replace if/elif chains with dictionary-based lookups for shorthand character classes
- Fix 'in' vs '==' operator usage for single character comparisons
- Use dict.get() method for escape_map lookup
- Remove spaces from regex patterns in test cases
- All tests passing (418 passed, 25 skipped)

* Changes for CI

* Update test_regex.py

---------

Co-authored-by: Eliot Robson <eliot.robson24@gmail.com>

3300 of 3405 branches covered (96.92%)

163 of 199 new or added lines in 2 files covered. (81.91%)

2 existing lines in 1 file now uncovered.

2989 of 3040 relevant lines covered (98.32%)

4.91 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
98.29
-0.73% automata/fa/nfa.py
32
91.6
-8.4% automata/regex/parser.py

Uncovered Existing Lines

Lines Coverage ∆ File
2
91.6
-8.4% automata/regex/parser.py
Jobs
ID Job ID Ran Files Coverage
1 20624828806.1 31 Dec 2025 06:26PM UTC 31
98.32
GitHub Action Run
2 20624828806.2 31 Dec 2025 06:26PM UTC 31
98.32
GitHub Action Run
3 20624828806.3 31 Dec 2025 06:26PM UTC 31
98.32
GitHub Action Run
4 20624828806.4 31 Dec 2025 06:26PM UTC 31
98.32
GitHub Action Run
5 20624828806.5 31 Dec 2025 06:27PM UTC 31
98.32
GitHub Action Run
Source Files on build 20624828806
  • Tree
  • List 31
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • b452f994 on github
  • Prev Build on develop (#19449239335)
  • Next Build on develop (#20625126565)
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