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

Zilliqa / scilla / 2946 / 2
61%
master: 61%

Build:
DEFAULT BRANCH: master
Ran 13 Jul 2022 08:54AM UTC
Files 44
Run time 3s
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

13 Jul 2022 08:43AM UTC coverage: 60.014%. Remained the same
OCAML_VERSION=4.11.2

push

travis-ci-com

web-flow
[dcd] Fix false positive for an unused ADT in an unused `Bind` (#1093)

We should not report that an ADT is unused if it used in the dead `Bind`
statement:

```
type A =
| A of Uint32

transition dummy ()
  zero = Uint32 0;
  v = A zero
  (* v is unused *)
end
```

In this case the user should fix the unused Bind statement, because they
probably made a mistake there. But the ADT was used in the code.

4273 of 7120 relevant lines covered (60.01%)

13038.02 hits per line

Source Files on job 2946.2 (OCAML_VERSION=4.11.2)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1941
  • Travis Job 2946.2
  • dcf9e48e on github
  • Prev Job for OCAML_VERSION=4.11.2 on master (#2944.2)
  • Next Job for OCAML_VERSION=4.11.2 on master (#2952.2)
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