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

kiwitcms / Kiwi / 584
77%
master: 77%

Build:
Build:
LAST BUILD BRANCH: new_api_client
DEFAULT BRANCH: master
Ran 19 Jan 2018 10:58AM UTC
Jobs 9
Files 160
Run time 16min
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

pending completion
584

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.

1983 of 3887 branches covered (51.02%)

Branch coverage included in aggregate %.

8459 of 12432 relevant lines covered (68.04%)

5.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 584.1 (TEST_DB=SQLite) 19 Jan 2018 10:59AM UTC 0
64.42
Travis Job 584.1
2 584.2 (TEST_DB=MySQL) 19 Jan 2018 11:05AM UTC 0
64.45
Travis Job 584.2
3 584.3 (TEST_DB=Postgres) 19 Jan 2018 11:01AM UTC 0
64.42
Travis Job 584.3
4 584.4 (TEST_DB=SQLite) 19 Jan 2018 10:58AM UTC 0
64.42
Travis Job 584.4
5 584.5 (TEST_DB=MySQL) 19 Jan 2018 11:01AM UTC 0
64.45
Travis Job 584.5
6 584.6 (TEST_DB=Postgres) 19 Jan 2018 11:08AM UTC 0
64.42
Travis Job 584.6
7 584.7 (DOCS_TEST=1 TEST_DB=SQLite) 19 Jan 2018 11:01AM UTC 0
Travis Job 584.7
8 584.8 (TEST_DB=MariaDB) 19 Jan 2018 11:13AM UTC 0
64.45
Travis Job 584.8
9 584.9 (TEST_DB=MariaDB) 19 Jan 2018 11:14AM UTC 0
64.45
Travis Job 584.9
Source Files on build 584
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #584
  • f490cc35 on github
  • Prev Build on next_release (#575)
  • Next Build on next_release (#589)
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