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

vispy / vispy / 15899091950 / 4
75%
main: 75%

Build:
DEFAULT BRANCH: main
Ran 26 Jun 2025 10:23AM UTC
Files 345
Run time 18s
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

26 Jun 2025 10:11AM UTC coverage: 46.676% (-0.003%) from 46.679%
15899091950.4

push

github

web-flow
Bug fix: Incorrectly passed flag to re.sub (#2681)

The code uses `re.M` as a positional argument instead of as a keyword
argument in the `re.sub()` function. This is incorrect because
`re.sub()` expects the fourth argument to be count (the maximum number
of pattern occurrences to replace), not the flags.

The bug was found due to the deprecation warning in Python 3.13:
```
vispy/vispy/gloo/program.py:248: DeprecationWarning: 'count' is passed as positional argument!
```

3418 of 10577 branches covered (32.32%)

15074 of 32295 relevant lines covered (46.68%)

0.47 hits per line

Source Files on job run-1 - 15899091950.4
  • Tree
  • List 345
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 15899091950
  • b2449148 on github
  • Prev Job for on main (#15806859812.3)
  • Next Job for on main (#16289547290.3)
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