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

kiwitcms / Kiwi / 586 / 6
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 19 Jan 2018 03:07PM UTC
Files 160
Run time 6s
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

19 Jan 2018 02:49PM UTC coverage: 64.422% (+0.1%) from 64.301%
TEST_DB=Postgres

push

travis-ci

atodorov
Convert request body to string. Fixes #177

request.body returns bytes, e.g. b'abcd'. This is replaces into the
template as-is and later the JavaScript code works with it, trying
to serialize the search form and any previous search criteria when
doing bulk update actions like changing a TC status!

Because the form serialization operations are home-drown the
existing b' is left and subsequently it breaks elsewhere.

In this particular case this leads to page a page size parameter
posted with value 20' which breaks integer conversion.

The UI serializing forms and posting www-urlform-encoded to the
server is a total mess. We should instead post pure JSON and
receive pure JSON.

2201 of 4109 branches covered (53.57%)

Branch coverage included in aggregate %.

8455 of 12432 relevant lines covered (68.01%)

0.68 hits per line

Source Files on job 586.6 (TEST_DB=Postgres)
  • Tree
  • List 0
  • Changed 5
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 586
  • Travis Job 586.6
  • b63d2bd1 on github
  • Prev Job for TEST_DB=Postgres on master (#583.6)
  • Next Job for DOCS_TEST=1 TEST_DB=SQLite on master (#587.7)
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

© 2026 Coveralls, Inc