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

flask-restful / flask-restful / 1144
94%

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2020 09:20PM UTC
Jobs 24
Files 10
Run time 5min
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
1144

push

travis-ci

joshfriend
Fix wrongly parsed Decimal fields (#855)

* Add test proving the Decimal issue

* Stop passing the field name to the Decimal constructor

When special-casing the request parser for Decimal, passing the name of
the field as second argument is incorrect.

The second argument of Decimal is a context. Python 3 checks this is in
fact a context, whereas Python 2 ignores it if not needed. This means in
Python 3 that special case line is never successful, so it is handled
below. However, there is a difference: the first converts to string, the
second does not. This results in different values of Decimal being
parsed.

280 of 318 branches covered (88.05%)

1 of 1 new or added line in 1 file covered. (100.0%)

804 of 856 relevant lines covered (93.93%)

22.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1144.1 (FLASK=0.10) 28 Jan 2020 09:20PM UTC 0
93.69
Travis Job 1144.1
2 1144.2 (FLASK=0.12) 28 Jan 2020 09:20PM UTC 0
93.69
Travis Job 1144.2
3 1144.3 (FLASK=1.0.2) 28 Jan 2020 09:20PM UTC 0
93.69
Travis Job 1144.3
4 1144.4 (FLASK=0.10) 28 Jan 2020 09:21PM UTC 0
93.46
Travis Job 1144.4
5 1144.5 (FLASK=0.12) 28 Jan 2020 09:20PM UTC 0
93.46
Travis Job 1144.5
6 1144.6 (FLASK=1.0.2) 28 Jan 2020 09:22PM UTC 0
93.46
Travis Job 1144.6
7 1144.7 (FLASK=0.10) 28 Jan 2020 09:22PM UTC 0
93.46
Travis Job 1144.7
8 1144.8 (FLASK=0.12) 28 Jan 2020 09:22PM UTC 0
93.46
Travis Job 1144.8
9 1144.9 (FLASK=1.0.2) 28 Jan 2020 09:22PM UTC 0
93.46
Travis Job 1144.9
10 1144.10 (FLASK=0.10) 28 Jan 2020 09:22PM UTC 0
93.46
Travis Job 1144.10
11 1144.11 (FLASK=0.12) 28 Jan 2020 09:23PM UTC 0
93.46
Travis Job 1144.11
12 1144.12 (FLASK=1.0.2) 28 Jan 2020 09:23PM UTC 0
93.46
Travis Job 1144.12
13 1144.13 (FLASK=0.10) 28 Jan 2020 09:23PM UTC 0
93.46
Travis Job 1144.13
14 1144.14 (FLASK=0.12) 28 Jan 2020 09:23PM UTC 0
93.46
Travis Job 1144.14
15 1144.15 (FLASK=1.0.2) 28 Jan 2020 09:23PM UTC 0
93.46
Travis Job 1144.15
16 1144.16 (FLASK=0.10) 28 Jan 2020 09:24PM UTC 0
93.48
Travis Job 1144.16
17 1144.17 (FLASK=0.12) 28 Jan 2020 09:24PM UTC 0
93.48
Travis Job 1144.17
18 1144.18 (FLASK=1.0.2) 28 Jan 2020 09:24PM UTC 0
93.48
Travis Job 1144.18
19 1144.19 (FLASK=0.10) 28 Jan 2020 09:24PM UTC 0
93.69
Travis Job 1144.19
20 1144.20 (FLASK=0.12) 28 Jan 2020 09:24PM UTC 0
93.69
Travis Job 1144.20
21 1144.21 (FLASK=1.0.2) 28 Jan 2020 09:25PM UTC 0
93.69
Travis Job 1144.21
22 1144.22 (FLASK=0.10) 28 Jan 2020 09:25PM UTC 0
93.46
Travis Job 1144.22
23 1144.23 (FLASK=0.12) 28 Jan 2020 09:25PM UTC 0
93.46
Travis Job 1144.23
24 1144.24 (FLASK=1.0.2) 28 Jan 2020 09:26PM UTC 0
93.46
Travis Job 1144.24
Source Files on build 1144
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1144
  • 534fc203 on github
  • Prev Build on master (#1133)
  • Next Build on master (#1146)
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