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

fjarri / grunnur / 23 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 06 Apr 2020 12:43AM UTC
Files 24
Run time 3s
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

06 Apr 2020 12:40AM UTC coverage: 73.597% (-0.4%) from 74.035%
23.1

push

travis-ci-com

fjarri
The Great API Inversion

Instead of having e.g. a base Context and derived CuContext, OclContext,
we have Context that has BackendContext as an attribute, which can be Cu* or Ocl*.

This allows us to:
- make public classes easier to use as a base (will be important for e.g. extended contexts and arrays in Reikna)
- move constructor logic from parent classes to the classes being constructed (e.g. now we have Queue(context, ...) instead of context.make_queue(...))
- get rid of circular dependencies in typing (so classes can now be extracted into their own modules instead of having one giant base_classes.py)
- get rid of hard-to-follow execution flow in and out of Cu/Ocl specialized classes.

595 of 863 branches covered (68.95%)

Branch coverage included in aggregate %.

1635 of 2167 relevant lines covered (75.45%)

0.75 hits per line

Source Files on job 23.1
  • Tree
  • List 0
  • Changed 6
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 34
  • Travis Job 23.1
  • 10d637c5 on github
  • Prev Job for on master (#22.1)
  • Next Job for on master (#23.1)
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