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

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

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 14 Feb 2019 07:00PM UTC
Jobs 3
Files 14
Run time 227min
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:58PM UTC coverage: 73.503% (+0.2%) from 73.337%
367

Pull #189

travis-ci-com

web-flow
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
```
Pull Request #189: number.round(decimals), number.floor(), number.ceil()

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

4788 of 6514 relevant lines covered (73.5%)

62.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 367.1 (CONTEXT=abs) 14 Feb 2019 07:02PM UTC 0
73.5
Travis Job 367.1
2 367.2 (CONTEXT=abs) 14 Feb 2019 07:00PM UTC 0
73.5
Travis Job 367.2
3 367.3 (CONTEXT=abs) 14 Feb 2019 07:01PM UTC 0
73.5
Travis Job 367.3
Source Files on build 367
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #367
  • Pull Request #189
  • PR Base - 1.2.x (#358)
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