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

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

Build:
DEFAULT BRANCH: master
Ran 28 Mar 2016 10:18PM 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: 87.97% (-0.003%) from 87.973%
565.1

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

5002 of 5686 relevant lines covered (87.97%)

0.88 hits per line

Source Files on job 565.1
  • 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.1
  • 31940c9a on github
  • Prev Job for on master (#564.1)
  • Next Job for on master (#566.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