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

abs-lang / abs / 848 / 3
71%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 19 Aug 2019 06:36AM UTC
Files 7
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

19 Aug 2019 06:33AM UTC coverage: 71.183%. First build
CONTEXT=abs

push

travis-ci-com

odino
Errors with index ranges

ABS:

```
⧐  [0,1,2,3,4,5][2:3]
[2]
⧐  [0,1,2,3,4,5][2:4]
[2, 3]
⧐  [0,1,2,3,4,5][2:5]
[2, 3, 4, 5]
```

Python:

```
>>> [0,1,2,3,4,5][2:3]
[2]
>>> [0,1,2,3,4,5][2:4]
[2, 3]
>>> [0,1,2,3,4,5][2:5]
[2, 3, 4]
```

2653 of 3727 relevant lines covered (71.18%)

41.59 hits per line

Source Files on job 848.3 (CONTEXT=abs)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 563
  • Travis Job 848.3
  • 3b316da2 on github
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