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

smythi93 / Tests4Py / 30040549735

23 Jul 2026 08:04PM UTC coverage: 23.663% (-21.5%) from 45.174%
30040549735

push

github

web-flow
Merge pull request #106 from smythi93/dev

Release 1.0.0 — complete benchmark coverage (328/328 reproducible bugs)

11882 of 64778 new or added lines in 1205 files covered. (18.34%)

46 existing lines in 14 files now uncovered.

18085 of 76426 relevant lines covered (23.66%)

0.24 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/tests4py/projects/resources/matplotlib/bug_2/harness.py
NEW
1
import sys
×
2

NEW
3
import matplotlib
×
4

NEW
5
matplotlib.use("Agg")
×
NEW
6
import matplotlib.pyplot as plt
×
NEW
7
from matplotlib.markers import MarkerStyle
×
8

9
if __name__ == "__main__":
10
    fillstyle = sys.argv[1]
11
    n = int(sys.argv[2])
12
    grays = [round((i + 1) / (n + 1), 3) for i in range(n)]
13
    coll = plt.scatter(
14
        range(n),
15
        range(n),
16
        c=[str(g) for g in grays],
17
        marker=MarkerStyle("o", fillstyle=fillstyle),
18
        linewidths=[1.0] * n,
19
    )
20
    print(coll.get_facecolors().shape[0])
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