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

abs-lang / abs / 1594 / 1
76%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 25 Aug 2020 04:24PM UTC
Files 10
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

25 Aug 2020 04:19PM UTC coverage: 74.74%. First build
GO111MODULE=on CONTEXT=abs

push

travis-ci-com

odino
Fixd an edge case with silent returns

Silent returns (`return`) wren't working, and were not covered by
exhaustive tests.

This PR fixes them and adds some mor sophisticated tests. A `return`
without a value, when interpretd before this PR, would terminate
the script without executing the rest of the code.

This snippet:

```
if false {
	return
}
return 3
```

would return `NULL` instead of `3`.

3589 of 4802 relevant lines covered (74.74%)

85.37 hits per line

Source Files on job 1594.1 (GO111MODULE=on CONTEXT=abs)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1263
  • Travis Job 1594.1
  • a91b99d5 on github
  • Next Job for GO111MODULE=on CONTEXT=abs on edge-case-silent-return (#1596.1)
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