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

vispy / vispy / 15899091950
75%

Build:
DEFAULT BRANCH: main
Ran 26 Jun 2025 10:13AM UTC
Jobs 4
Files 345
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

26 Jun 2025 10:11AM UTC coverage: 74.897% (-0.003%) from 74.9%
15899091950

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!
```

5871 of 10619 branches covered (55.29%)

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

1 existing line in 1 file now uncovered.

24188 of 32295 relevant lines covered (74.9%)

2.45 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.18
-0.91% vispy/util/fetching.py
Jobs
ID Job ID Ran Files Coverage
1 run-3 - 15899091950.1 26 Jun 2025 10:23AM UTC 345
52.0
2 run-4 - 15899091950.2 26 Jun 2025 10:23AM UTC 345
72.46
3 run-2 - 15899091950.3 26 Jun 2025 10:23AM UTC 345
74.15
4 run-1 - 15899091950.4 26 Jun 2025 10:23AM UTC 345
46.68
Source Files on build 15899091950
  • 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 Repo
  • b2449148 on github
  • Prev Build on main (#15806859812)
  • Next Build on main (#16289547290)
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