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

hibtc / MAD / 70
81%
master: 68%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 23 Mar 2017 02:02PM UTC
Jobs 1
Files 25
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

pending completion
70

push

travis-ci

coldfix
Interpolate values with `tostring()`

- interpolate non-string values for which `..` is not defined
- control format of numbers

Example:
    MAD.option.format = "%+.15e"
    p = \f print(pcall(f))
    p(\ '$foo' % {foo=true})
    p(\ '$foo' % {foo=1.2})

Before:
    false	./src/madl_gutil.mad:435: attempt to concatenate local 'val' (a boolean value)
    true	1.2

After:
    true	true
    true	+1.200000000000000e+00

1 of 1 new or added line in 1 file covered. (100.0%)

4022 of 4942 relevant lines covered (81.38%)

6834.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 70.1 23 Mar 2017 02:02PM UTC 0
81.38
Travis Job 70.1
Source Files on build 70
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #70
  • f54eab0b on github
  • Prev Build on string_interp (#69)
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