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

Jaded-Encoding-Thaumaturgy / vs-jetpack / 22909866499 / 1
66%
main: 66%

Build:
DEFAULT BRANCH: main
Ran 10 Mar 2026 03:24PM UTC
Files 70
Run time 2s
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

10 Mar 2026 03:19PM UTC coverage: 65.9% (-0.02%) from 65.916%
22909866499.1

push

github

web-flow
Implement `__hash__` and `__eq__` for BaseScaler (#265)

Allow equality checks like that:
```py
print(Bilinear() == Bilinear())
print(Bicubic() == Catrom())

>>> True
>>> True
```
And:
```py
print({Bilinear(), Bilinear()})

>>> {<vskernels.kernels.zimg.various.Bilinear object at 0x000002713687FB10>}
```

But still does not permit:
```py
Bilinear() == Bilinear(blur=1.5)  # False!
```

3983 of 6044 relevant lines covered (65.9%)

0.66 hits per line

Source Files on job 73 - 3.12 - 10 - 22909866499.1
  • Tree
  • List 70
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22909866499
  • 363eff8d on github
  • Prev Job for on main (#22836338463.1)
  • Next Job for on main (#22924668804.1)
  • Delete
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