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

Parquery / gocontracts / 81
93%

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

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 "" }
```

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

397 of 443 relevant lines covered (89.62%)

16.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 81.1 05 Nov 2018 07:51AM UTC 0
89.62
Travis Job 81.1
Source Files on build 81
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #81
  • f67afa86 on github
  • Prev Build on master (#74)
  • Next Build on master (#86)
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

© 2025 Coveralls, Inc