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

abs-lang / abs / 607 / 1
71%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 06 Jun 2019 05:16PM UTC
Files 7
Run time 0s
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

06 Jun 2019 05:06PM UTC coverage: 69.586% (-1.2%) from 70.805%
CONTEXT=abs

push

travis-ci-com

odino
Fixed panic when running the REPL without a terminal, closes #225

```
root@7cc8222142c2:/abs# make repl | cat
go run main.go
Hello root, welcome to the ABS (1.4.0) programming language!
Type 'quit' when you're done, 'help' if you get lost!
unable to start the ABS repl (no terminal detected)
exit status 1
make: *** [repl] Error 1
Makefile:17: recipe for target 'repl' failed
root@7cc8222142c2:/abs# make repl
go run main.go
Hello root, welcome to the ABS (1.4.0) programming language!
Type 'quit' when you're done, 'help' if you get lost!
⧐
```

We use the external `crypto/ssh/terminal` package: even though
it adds an additional external package, we don't want to deal
with the subtle differences of detecting a terminal in windows
vs linux etc.

2455 of 3528 relevant lines covered (69.59%)

39.05 hits per line

Source Files on job 607.1 (CONTEXT=abs)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 367
  • Travis Job 607.1
  • f1ffca18 on github
  • Prev Job for CONTEXT=abs on 1.4.x (#602.2)
  • Next Job for CONTEXT=abs on 1.4.x (#610.2)
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