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

kiwitcms / Kiwi / 584 / 1
77%
master: 77%

Build:
Build:
LAST BUILD BRANCH: new_api_client
DEFAULT BRANCH: master
Ran 19 Jan 2018 10:59AM 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 10:46AM UTC coverage: 64.422% (+0.1%) from 64.31%
TEST_DB=SQLite

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 584.1 (TEST_DB=SQLite)
  • Tree
  • List 0
  • Changed 7
  • Source Changed 3
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 584
  • Travis Job 584.1
  • f490cc35 on github
  • Prev Job for TEST_DB=SQLite on next_release (#575.4)
  • Next Job for TEST_DB=SQLite on next_release (#589.4)
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