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

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

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 25 Aug 2020 04:23PM UTC
Jobs 3
Files 10
Run time 1min
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: 75.677%. First build
1594

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

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

3634 of 4802 relevant lines covered (75.68%)

256.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1594.1 (GO111MODULE=on CONTEXT=abs) 25 Aug 2020 04:24PM UTC 0
74.74
Travis Job 1594.1
2 1594.2 (GO111MODULE=on CONTEXT=abs) 25 Aug 2020 04:23PM UTC 0
75.64
Travis Job 1594.2
3 1594.3 (GO111MODULE=on CONTEXT=abs) 25 Aug 2020 04:24PM UTC 0
75.64
Travis Job 1594.3
Source Files on build 1594
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1594
  • a91b99d5 on github
  • Next Build on edge-case-silent-return (#1596)
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