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

aragon / aragonOS / 1706 / 3
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 26 Aug 2018 12:45PM UTC
Files 43
Run time 2s
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

26 Aug 2018 12:21PM UTC coverage: 99.065% (-0.005%) from 99.07%
TASK=coverage

push

travis-ci

sohkai
Update to solc 0.4.24 (#383)

There's a ton of changes in this PR, the main goals were updating to the new compiler version and doing some clean up to reduce the number of compiler warnings (close #385):

- Bumps truffle dependency to a more recent one that comes with Solidity 0.4.24.
- Fixes almost all compiler warnings we care about
- Changes all constructors to the new `constructor()` syntax
- Adds `emit` keyword to all events
- Passing anything other than a bytes array to `keccak256()` is now deprecated, a manual `abi.encodePacked(...)` has been added when calculating all hashes.
- 💥Removes all the fun [custom abi encoding](https://github.com/aragon/aragonOS/pull/383/files#diff-6d2e88efa27690b63879e31ffb310725L9) in favor of using `abi.encodeWithSelector` 
- Update solidity-coverage to `0.5.7`. Solidity mocks and tests had to be moved to `contracts/tests` so they could be instrumented correctly (see https://github.com/sc-forks/solidity-coverage/issues/182) and not interfere with the ABI-swapping.

166 of 172 branches covered (96.51%)

Branch coverage included in aggregate %.

470 of 470 relevant lines covered (100.0%)

424.6 hits per line

Source Files on job 1706.3 (TASK=coverage)
  • Tree
  • List 0
  • Changed 37
  • Source Changed 37
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1291
  • Travis Job 1706.3
  • bfed147d on github
  • Prev Job for TASK=coverage on dev (#1686.3)
  • Next Job for TASK=coverage on dev (#1721.3)
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