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

rhysd / gocaml / 263
94%
master: 94%

Build:
Build:
LAST BUILD BRANCH: codecov
DEFAULT BRANCH: master
Ran 30 May 2017 09:02AM UTC
Jobs 1
Files 33
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

pending completion
263

push

travis-ci

rhysd
lex and parse type annotations

e.g.

let x: int = 42 in
let u: unit = () in
let y: int array = Array.make 1 1 in
let t: int * bool = 42, true in
let o: int option = Some(42) in
let f: int -> bool = fun x -> x <> 1 in
let (a, b): int * bool = 10, false in
let g: int -> bool -> int * bool = fun i b -> i, b in

4400 of 4734 relevant lines covered (92.94%)

1.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 263.1 30 May 2017 09:02AM UTC 0
92.94
Travis Job 263.1
Source Files on build 263
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #263
  • 3a9b4c1a on github
  • Prev Build on type-annotation (#262)
  • Next Build on type-annotation (#265)
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