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

schlegelp / pyMaid / 279

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

pending completion
279

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

Jobs
ID Job ID Ran Files Coverage
1 279.1 05 Aug 2018 04:46PM UTC 0
61.09
Travis Job 279.1
Source Files on build 279
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #279
  • 5c3c8fd0 on github
  • Prev Build on master (#278)
  • Next Build on master (#282)
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