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

scottclowe / fissa / 128
83%
master: 78%

Build:
Build:
LAST BUILD BRANCH: ci_allow-suite2p-failure
DEFAULT BRANCH: master
Ran 11 Mar 2019 09:22PM UTC
Jobs 9
Files 9
Run time 5min
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
128

push

travis-ci

scottclowe
MAINT: Use pool.join to clean up the pool

Usually, `pool.join()` is needed to ensure the parent process is
blocked until the pool is completed, however `pool.map` also
blocks, so we didn't need it for that.
https://docs.python.org/2/library/multiprocessing.html#multiprocessing.Process.join

However, `pool.join` ensures the pool is cleaned up properly and
exceptions are caught correctly.
https://stackoverflow.com/a/38271957/1960959

For us, we need to use `pool.join` so the coverage is measured
during each of the processes which are spawned, and they are
amalgamated together afterwards.
https://pytest-cov.readthedocs.io/en/latest/mp.html#ungraceful-pool-shutdown

194 of 260 branches covered (74.62%)

Branch coverage included in aggregate %.

567 of 663 relevant lines covered (85.52%)

7.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 128.1 (TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="false") 11 Mar 2019 09:23PM UTC 0
82.12
Travis Job 128.1
2 128.2 (TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="false") 11 Mar 2019 09:23PM UTC 0
82.73
Travis Job 128.2
3 128.3 (TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="false") 11 Mar 2019 09:22PM UTC 0
82.73
Travis Job 128.3
4 128.4 (TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="false") 11 Mar 2019 09:23PM UTC 0
82.73
Travis Job 128.4
5 128.5 (TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="true") 11 Mar 2019 09:23PM UTC 0
82.12
Travis Job 128.5
6 128.6 (TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="true") 11 Mar 2019 09:26PM UTC 0
82.73
Travis Job 128.6
7 128.7 (TEST_NOTEBOOKS="false" USE_OLDEST_DEPENDENCIES="true") 11 Mar 2019 09:27PM UTC 0
82.73
Travis Job 128.7
8 128.8 (TEST_NOTEBOOKS="true" USE_OLDEST_DEPENDENCIES="false") 11 Mar 2019 09:27PM UTC 0
82.73
Travis Job 128.8
9 128.9 (TEST_NOTEBOOKS="true" USE_OLDEST_DEPENDENCIES="false") 11 Mar 2019 09:28PM UTC 0
82.73
Travis Job 128.9
Source Files on build 128
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #128
  • d8955e1d on github
  • Prev Build on tst_test-core2 (#127)
  • Next Build on tst_test-core2 (#129)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc