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

ethereum / web3.js / 2239 / 2
52%
1.x: 80%

Build:
Build:
LAST BUILD BRANCH: wyatt/rename-eth2-packages
DEFAULT BRANCH: 1.x
Ran 22 Jan 2018 10:55AM UTC
Files 41
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

22 Jan 2018 10:08AM UTC coverage: 85.741%. Remained the same
CXX=g++-4.8 TEST_SUITE=test

push

travis-ci

frozeman
fixed the signature of the decodeParameters functions (#1293)

According to the docs this function can be called with either:
```javascript
web3.eth.abi.decodeParameters(['string', 'uint256'], ...
```
Or:
```javascript
web3.eth.abi.decodeParameters([{
    type: 'string',
    name: 'myString'
},{
    type: 'uint256',
    name: 'myNumber'
}], ...
```

But doing this latter in ts results in:

 > Argument of type '{ type: string; name: string; }[]' is not assignable to parameter of type 'string[]'.
 >    Type '{ type: string; name: string; }' is not assignable to type 'string'.

This PR fixes that.

1132 of 1506 branches covered (75.17%)

2261 of 2637 relevant lines covered (85.74%)

493.63 hits per line

Source Files on job 2239.2 (CXX=g++-4.8 TEST_SUITE=test)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 2239
  • Travis Job 2239.2
  • d05560f4 on github
  • Prev Job for CXX=g++-4.8 TEST_SUITE=test on 1.0 (#2238.2)
  • Next Job for CXX=g++-4.8 TEST_SUITE=test on 1.0 (#2241.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