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

hibtc / MAD / 70 / 1
81%
master: 68%

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

23 Mar 2017 01:21PM UTC coverage: 81.384% (+0.4%) from 81.012%
70.1

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

4022 of 4942 relevant lines covered (81.38%)

6834.63 hits per line

Source Files on job 70.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 70
  • Travis Job 70.1
  • f54eab0b on github
  • Prev Job for on string_interp (#69.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