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

schlegelp / pyMaid / 279 / 1

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2018 04:46PM UTC
Files 17
Run time 1s
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

05 Aug 2018 04:35PM UTC coverage: 61.088% (-0.04%) from 61.13%
279.1

push

travis-ci

schlegelp
improved caching

- new decorator `@no_caching`: prevent caching for a function. Currently used for `remove_annotations`, `add_annotations`, `delete_neuron`, `delete_tags`, `add_tags, `rename_neurons`
- new decorator `@no_cache_on_error`:  if function fails, will purge store server responses cached while that function ran - will *not* change existing cache (i.e. won't help if cache was the reason for failure)
- new decorator `@retry_clear_cache`: if function fails, will clear given URL from cache and retry. Currently used for only for annotation IDs b/c does not work with POST data yet -> need to think about a way to do that too
- new decorator `@retry_no_caching`: retries a function if it fails without caching. Problem here is that the cache is not updated because we don't know what the function requested from the server -> think about leaving a log of requests in the cache. Currently not used anywhere.

4617 of 7558 relevant lines covered (61.09%)

0.61 hits per line

Source Files on job 279.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 147
  • Travis Job 279.1
  • 5c3c8fd0 on github
  • Prev Job for on master (#278.1)
  • Next Job for on master (#282.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