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

formalsec / smtml / 475
45%

Build:
DEFAULT BRANCH: main
Ran 27 Jan 2026 02:36PM UTC
Jobs 1
Files 12
Run time 1min
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

27 Jan 2026 02:32PM UTC coverage: 45.345%. Remained the same
475

push

github

filipeom
Expose type-safe API to create uninterpreted functions

It allows us to catch easy to make errors such as these:

```ocaml
open Smtml.Typed
let f =
  Func.(make "f" @@ Types.int @-> Types.real @-> Types.bool @-> ret Types.bool)
let a = Int.v 0
let b = Real.v 0.
let c = Bool.true_
let _bad = f a c c
               ^
(* Has type bool where it should be a real *)
```

979 of 2159 relevant lines covered (45.35%)

9.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 475.1 27 Jan 2026 02:36PM UTC 12
45.35
GitHub Action Run
Source Files on build 475
  • Tree
  • List 12
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0cb0a182 on github
  • Prev Build on main (#474)
  • Next Build on main (#476)
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