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

binux / pyspider / 565 / 3
84%
master: 84%

Build:
DEFAULT BRANCH: master
Ran 28 Mar 2016 10:17PM UTC
Files 75
Run time 58s
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

28 Mar 2016 10:10PM UTC coverage: 83.292% (+0.02%) from 83.272%
565.3

push

travis-ci

binux
add new event callback `on_finished`

`on_finished` callback
--------------------
You can override `on_finished` method in the project, the method would
be triggered when the task_queue goes to 0.

Example 1: when you starts a project to crawl a website with 100 pages,
        the `on_finished` callback will be fired when 100 pages success
        crawled or failed after retries.
Example 2: A project with `auto_recrawl` tasks will **NEVER**
        trigger the `on_finished` callback, because time queue will
        never become 0 when auto_recrawl tasks in it.
Example 3: A project with `@every` decorated method will trigger
        the `on_finished` callback every time when the new submitted
        tasks finished.

close #403

4736 of 5686 relevant lines covered (83.29%)

0.83 hits per line

Source Files on job 565.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 565
  • Travis Job 565.3
  • 31940c9a on github
  • Prev Job for on master (#564.4)
  • Next Job for on master (#566.3)
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