Repo Added
|
Files
167
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
6793 of 7593 relevant lines covered (89.46%)
0.89 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
0.0 | pdc/apps/common/pagination.py | 34 | 15 | 0 | 15 | 0.0 | |
0.0 | pdc/wsgi.py | 19 | 5 | 0 | 5 | 0.0 | |
21.43 | pdc_client/monkey_patch.py | 54 | 28 | 6 | 22 | 1.0 | |
32.65 | pdc/apps/release/forms.py | 85 | 49 | 16 | 33 | 1.0 | |
37.5 | pdc/apps/utils/messaging.py | 88 | 56 | 21 | 35 | 1.0 | |
41.18 | pdc_client/__init__.py | 167 | 85 | 35 | 50 | 1.0 | |
52.0 | pdc/apps/auth/middleware.py | 60 | 25 | 13 | 12 | 1.0 | |
52.94 | pdc_client/plugins/permission.py | 34 | 17 | 9 | 8 | 1.0 | |
56.86 | pdc/apps/common/renderers.py | 375 | 204 | 116 | 88 | 1.0 | |
59.26 | pdc_client/plugins/build_images.py | 84 | 54 | 32 | 22 | 1.0 | |
60.95 | pdc/apps/auth/views.py | 530 | 105 | 64 | 41 | 1.0 |
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
1076 | json-404 | Return JSON 404 response from Django When Django generates 404 response, it would always return the rendered template, which is not nice as the client might be expecting JSON. This patch adds a check for the Accept HTTP header. If it mentions app... | push | lubomir | travis-ci | pending completion |