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

tired-labs / tiredize / 26117691652
99%

Build:
DEFAULT BRANCH: main
Ran 19 May 2026 06:40PM UTC
Jobs 1
Files 64
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

19 May 2026 06:40PM UTC coverage: 98.954%. Remained the same
26117691652

push

github

web-flow
Consistent yaml terms + bare_url bug fix (#38)

* Adding exclusion features and success message

* Address PR review: centralize element map, harden input validation, fix docstrings

- Extract _ELEMENT_MAP and _ELEMENT_LABELS into shared linter/rules/_elements.py
  to eliminate drift risk between elements and line_length rules
- Validate list config entries are strings in links, line_length, and elements
  rules before use, raising ValueError instead of crashing with TypeError
- Normalize exclusion patterns to lowercase and use fnmatch.fnmatchcase for
  consistent case-insensitive hostname matching across platforms
- Update links.validate() docstring to reflect actual config keys (exclusions,
  headers) instead of removed ignore_domains/ignore_status_codes
- Sort+merge excluded_ranges once and use bisect for O(log n) overlap checks
- Tighten test_multiple_files_one_violation to assert clean file path in output

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Fixing linter line length errors

* Fix E501 linter errors, rename exclusions→exclude, fix bare link backslash regex

- Fix all E501 line-too-long violations across test_elements.py,
  test_line_length.py, and test_links.py
- Rename links rule config key 'exclusions' to 'exclude' for consistency
  with the line_length rule's 'exclude' option; update tests, docstring,
  error message, and README
- Fix BareLink regex to not match backslash paths mid-word (e.g.
  HKLM\SYSTEM\...); backslash paths now require preceding whitespace,
  '[', or '('; add regression test

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Apply suggestions from code review

Co-authored-by: vanvleeta <vanvleet@gmail.com>

* Fix for edge case on bare URLs

\s covers all whitespace characters, including new lines, carriage returns, so the scope of the possible miss is only if the bare url is the very first line in the document.  However, the modification doesn't appear to break anything and does catch an... (continued)

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

2838 of 2868 relevant lines covered (98.95%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26117691652.1 19 May 2026 06:40PM UTC 64
98.95
GitHub Action Run
Source Files on build 26117691652
  • Tree
  • List 64
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26117691652
  • 41af0e40 on github
  • Prev Build on main (#26065215187)
  • Next Build on main (#27551847840)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc