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

abs-lang / abs / 593
71%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 05 Jun 2019 08:12PM UTC
Jobs 3
Files 14
Run time 2min
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

05 Jun 2019 08:08PM UTC coverage: 70.176% (-0.6%) from 70.785%
593

Pull #234

travis-ci-com

web-flow
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.
Pull Request #234: Fixed panic when running the REPL without a terminal, closes #225

4953 of 7058 relevant lines covered (70.18%)

59.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 593.1 (CONTEXT=abs) 05 Jun 2019 08:14PM UTC 0
69.57
Travis Job 593.1
2 593.2 (CONTEXT=abs) 05 Jun 2019 08:12PM UTC 0
70.78
Travis Job 593.2
3 593.3 (CONTEXT=abs) 05 Jun 2019 08:14PM UTC 0
70.78
Travis Job 593.3
Source Files on build 593
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #593
  • Pull Request #234
  • PR Base - 1.4.x (#587)
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