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

Zilliqa / scilla / 1270 / 1
61%
master: 61%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2019 05:29PM UTC
Files 39
Run time 4s
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

24 Apr 2019 05:25PM UTC coverage: 80.995% (+0.04%) from 80.954%
1270.1

push

travis-ci-com

web-flow
Adjust ByStrX and ByStr literals' representations (#535)

Adjust ByStrX and ByStr literals' representations
Store internally only raw strings and convert from/to
ASCII hex representation only when parsing/pretty-printing.
Don't store the length of the string for ByStrX as String.length is O(1) operation,
meaning that OCaml already stores string lengths internally.
The underlying representations of ByStrX and ByStr are strings, but we seal this information
using the module system to turn hex string / raw bytes errors into type errors.

Switch to raw bytes in crypto functions everywhere to simplify their interfaces.

The parser now ensures the correctness of parsing hex literals (0x and an even number of ASCII hex digits).

3874 of 4783 relevant lines covered (81.0%)

10610.7 hits per line

Source Files on job 1270.1
  • Tree
  • List 0
  • Changed 24
  • Source Changed 10
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 547
  • Travis Job 1270.1
  • 0fc9dad9 on github
  • Prev Job for on master (#1268.1)
  • Next Job for on master (#1276.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

© 2026 Coveralls, Inc