Ran
|
Jobs
3
|
Files
91
|
Run time
28s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
switching out mutex implementation - using a mutex/lock setup based on redis' blpop and getset atomic functionality - updated tests accordingly - updated imports - Based on commit: https://github.com/heckj/redisco/commit/a246ac540
36 of 36 new or added lines in 2 files covered. (100.0%)
6534 of 15140 relevant lines covered (43.16%)
0.89 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.84 |
-0.29% | redisco/models/base.py |
1 |
99.62 |
-0.12% | redisco/models/basetests.py |
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
46.15 |
-15.38% | home/travis/virtualenv/python3.2/lib/python3.2/site-packages/redis/utils.py |
4 |
56.39 |
-1.11% | home/travis/virtualenv/python3.3/lib/python3.3/site-packages/redis/connection.py |
29 |
44.74 |
-2.22% | home/travis/virtualenv/python3.2/lib/python3.2/site-packages/redis/client.py |
29 |
44.74 |
-2.22% | home/travis/virtualenv/python3.3/lib/python3.3/site-packages/redis/client.py |
32 |
47.22 |
-8.89% | home/travis/virtualenv/python3.2/lib/python3.2/site-packages/redis/connection.py |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
2 | 19.2 (TEST_HIREDIS=1) | 52 |
50.33 |
Travis Job 19.2 | |
3 | 19.3 (TEST_HIREDIS=0) | 50 |
50.3 |
Travis Job 19.3 | |
4 | 19.4 (TEST_HIREDIS=1) | 52 |
50.19 |
Travis Job 19.4 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|