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

Parquery / gocontracts / 81 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 05 Nov 2018 07:51AM UTC
Files 1
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

05 Nov 2018 07:50AM UTC coverage: 89.616% (-0.9%) from 90.476%
81.1

push

travis-ci-com

web-flow
added support for single-line functions (#32)

Single-line functions caused the assertion in updateNonemptyFunc (new: updateMultilineFunc) to panic: we put cursor at the first non-contract statement of the function body and move it back till we expected to reach either a new-line start or a semi-colon (';') indicating the end of the contract block.

However, when a single-line function was given, we would reach the left brace of the function definition like in this function:

```go
func SomeFunc(x int, y int) (result string, err error) { return "" }
```

397 of 443 relevant lines covered (89.62%)

16.59 hits per line

Source Files on job 81.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 48
  • Travis Job 81.1
  • f67afa86 on github
  • Prev Job for on master (#74.1)
  • Next Job for on master (#86.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