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

twitter / unishark / 34 / 1
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 30 Sep 2015 08:51PM UTC
Files 8
Run time 0s
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

30 Sep 2015 08:50PM UTC coverage: 95.035% (+0.08%) from 94.954%
34.1

push

travis-ci

yni6
Enable concurrent execution in a suite at 'module' and 'method' levels.
Now users can set 'concurrency_level' to 'module', 'class' or 'method' along with 'max_workers' set to # of modules, # of classes or # of methods in a suite. The default concurrency_level is 'class' if not set. Users are responsible for reasoning the thread-safety.
The recommended settings for most user cases are: If there is setUpModule/tearDownModule in a module, set concurrency_level=module; If there is setUpClass/tearDownClass in a class, set concurrency_level=class; If there is only setUp/tearDown, set concurrency_level=method. Otherwise setUpClass/tearDownClass may run multiple times for a class, and so does setUpModule/tearDownModule for a module.

938 of 987 relevant lines covered (95.04%)

0.95 hits per line

Source Files on job 34.1
  • Tree
  • List 0
  • Changed 8
  • Source Changed 8
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 34
  • Travis Job 34.1
  • f1c8ca67 on github
  • Prev Job for on master (#32.1)
  • Next Job for on master (#35.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

© 2025 Coveralls, Inc