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

hootnot / oanda-api-v20 / 62 / 2
100%
master: 99%

Build:
Build:
LAST BUILD BRANCH: v0.7.2
DEFAULT BRANCH: master
Ran 06 Oct 2016 07:47PM UTC
Files 12
Run time 1s
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

06 Oct 2016 07:07PM UTC coverage: 99.203%. First build
62.2

push

travis-ci

hootnot
handling of data changed
the specs talk about 'body', therefore 'body' was used in APIRequests.
Derived request had a 'data' parameter, calling the parent with 'body=data'.
The API-client checked the request for having a 'body' then turning it into
a 'data' parameter for the 'requests' library.

So to fix this naming issue:
- from all endpoints the data-parameter is removed
- from the APIRequest the body-parameter is removed
- the params decorator is replaced by the extendargs decorator, allowing
  parameters to be added by name
  @params is now @extendargs("params"), the data parameter is added by
  @extendargs("data")
- the client handles data instead of body
- tests supplied to test the exception when passing data to and endpoint
  having no data. Same for params.

249 of 251 relevant lines covered (99.2%)

0.99 hits per line

Source Files on job 62.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 62
  • Travis Job 62.2
  • 9c70f59b on github
  • Next Job for on data-decorator (#63.1)
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

© 2025 Coveralls, Inc