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

abs-lang / abs / 366
74%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 14 Feb 2019 06:58PM UTC
Jobs 3
Files 7
Run time 702min
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

14 Feb 2019 06:56PM UTC coverage: 73.503%. First build
366

push

travis-ci-com

odino
number.round(decimals), number.floor(), number.ceil()

closes #183, closes #184, closes #185

```
10.9.floor() # 10
"a".floor() # ERROR: floor(...) can only be called on strings which represent numbers, 'a' given
"10.9".floor() # 10
10.3.ceil() # 11
"a".ceil() # ERROR: ceil(...) can only be called on strings which represent numbers, 'a' given
"10.3".ceil() # 11
10.3.round() # 10
10.6.round() # 11
10.333.round(1) # 10.3
"10.333".round(1) # 10.3
"a".round() # ERROR: round(...) can only be called on strings which represent numbers, 'a' given
```

2394 of 3257 relevant lines covered (73.5%)

82.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 366.1 (CONTEXT=abs) 15 Feb 2019 06:41AM UTC 0
73.5
Travis Job 366.1
2 366.2 (CONTEXT=abs) 14 Feb 2019 06:58PM UTC 0
73.5
Travis Job 366.2
3 366.3 (CONTEXT=abs) 14 Feb 2019 06:58PM UTC 0
73.5
Travis Job 366.3
Source Files on build 366
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #366
  • ac0394ab on github
  • Next Build on number-math-rounding (#372)
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