Ran
|
Jobs
2
|
Files
287
|
Run time
4min
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
Workaround for Django bug with pggettext_lazy pgettext_lazy currently trips in released versions of Django when it's passed a byte string: https://code.djangoproject.com/ticket/22565 The recent commit d3ddfa5f7 added a lot of contextual markers using pgettext, so a few views tripped. The workaround is easy enough; just ensure all strings passed to pgettext_lazy are unicode strings.
10675 of 13996 relevant lines covered (76.27%)
1.52 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 3273.1 (DJANGO_VERSION=1.5.8) | 287 |
76.23 |
Travis Job 3273.1 | |
2 | 3273.2 (DJANGO_VERSION=1.6.5) | 287 |
76.24 |
Travis Job 3273.2 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|