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

rhysd / gocaml / 263 / 1
94%
master: 94%

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

30 May 2017 08:39AM UTC coverage: 92.945% (-0.4%) from 93.361%
263.1

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

Source Files on job 263.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 263
  • Travis Job 263.1
  • 3a9b4c1a on github
  • Prev Job for on type-annotation (#262.1)
  • Next Job for on type-annotation (#265.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