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

abs-lang / abs / 374
72%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 15 Feb 2019 07:37AM UTC
Jobs 3
Files 7
Run time 3min
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

15 Feb 2019 07:35AM UTC coverage: 73.507% (+0.2%) from 73.342%
374

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
```

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

2400 of 3265 relevant lines covered (73.51%)

82.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 374.1 (CONTEXT=abs) 15 Feb 2019 07:41AM UTC 0
73.42
Travis Job 374.1
2 374.2 (CONTEXT=abs) 15 Feb 2019 07:37AM UTC 0
73.51
Travis Job 374.2
3 374.3 (CONTEXT=abs) 15 Feb 2019 07:38AM UTC 0
73.51
Travis Job 374.3
Source Files on build 374
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #374
  • 85f78760 on github
  • Prev Build on 1.2.x (#370)
  • Next Build on 1.2.x (#384)
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

© 2025 Coveralls, Inc