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

pavolbiely / dhlmyapi / 16 / 2
76%
master: 76%

Build:
DEFAULT BRANCH: master
Ran 18 May 2018 11:21AM UTC
Files 6
Run time 0s
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

18 May 2018 11:20AM UTC coverage: 75.283% (-1.7%) from 76.981%
coverage=on

Pull #1

travis-ci

web-flow
Change getters for cod and insurence price return string

I send `(float) 2554.88999999999987` and DHL soap return to me

```
The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://myapi.ppl.cz/v1:Packages. The InnerException message was 'There was an error deserializing the object of type System.Collections.Generic.List`1[[Elinkx.EpsNet.API.MyAPI.MyApiPackageIn, Elinkx.EpsNet.API.MyAPI, Version=1.18.409.1958, Culture=neutral, PublicKeyToken=null]]. The value '2554,89' cannot be parsed as the type 'decimal'.'. Please see InnerException for more details.
```

`2554,89` - not working
`2554.89` - not working
`(float) 2554.89` - not working
`(string) '2554,89'` - not working
`(string) '2554.89'` - it works
Pull Request #1: Change getters for cod and insurence price return string

399 of 530 relevant lines covered (75.28%)

0.75 hits per line

Source Files on job 16.2 (coverage=on)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16
  • Travis Job 16.2
  • c4c75359 on github
  • Prev Job for coverage=on on master (#15.2)
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