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

questrail / siganalysis / 33587523033
96%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2026 03:34AM UTC
Jobs 1
Files 3
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

02 Sep 2026 03:33AM UTC coverage: 95.699%. Remained the same
33587523033

push

github

matthewrankin
Exempt pyparsing's warnings from the error filter

filterwarnings = ["error"] failed CI on two warnings that come from
pyparsing, which matplotlib pulls in and which nothing here imports or
calls. On 3.14 the compiler warns about a `return` inside a `finally` in
pyparsing's source, and promoted to an error that is a SyntaxError at
import, so collection never starts. On the lowest supported dependencies
matplotlib 3.10.0 still calls pyparsing's pre-snake_case names, each of
which warns "'<old>' deprecated - use '<new>'".

Neither says anything about this code, and a suite that fails for reasons
of its own stops being read. Downgrade those two to warnings and leave
everything else an error. ruff already holds this code to the same rules
that the exemptions cover: B012 for a jump out of a finally, UP for
calling anything deprecated.

Verified against 3.13, 3.14, and the floor CI resolves
(matplotlib 3.10.0, numpy 2.2.0, scipy 1.14.1): 154 passed on each, and a
DeprecationWarning raised from this package still fails the run.

178 of 186 relevant lines covered (95.7%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33587523033.1 02 Sep 2026 03:34AM UTC 3
95.7
GitHub Action Run
Source Files on build 33587523033
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33587523033
  • 51bb1b77 on github
  • Prev Build on master (#33586897463)
  • Next Build on master (#35652929969)
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