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

dpifke / golang-generator
24%

Build:
DEFAULT BRANCH: master
Repo Added 06 Jun 2017 09:59PM UTC
Files 5
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • master

pending completion
5

push

travis-ci

dpifke
Fix some issues with GolangCommentWriter

The Write() method in the previous commit slices over the input []byte
for efficiency, but this doesn't work if there's unflushed data upon
return.  We need to revert to making a copy of the input data when a
single word spans multiple calls to Write().

We also need a mutex, since neither Write() nor Close() are
thread-safe.

101 of 413 relevant lines covered (24.46%)

6.67 hits per line

Relevant lines Covered
Build:
Build:
413 RELEVANT LINES 101 COVERED LINES
6.67 HITS PER LINE
Source Files on master
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
5 master Fix some issues with GolangCommentWriter The Write() method in the previous commit slices over the input []byte for efficiency, but this doesn't work if there's unflushed data upon return. We need to revert to making a copy of the input data whe... push 30 Jun 2017 01:33AM UTC dpifke travis-ci pending completion  
4 master Fix some issues with GolangCommentWriter The Write() method in the previous commit slices over the input []byte for efficiency, but this doesn't work if there's unflushed data upon return. We need to revert to making a copy of the input data whe... push 30 Jun 2017 01:28AM UTC dpifke travis-ci pending completion  
3 master Refactor WriteGolangComment() WriteGolangComment() has been rewritten, and is now an io.WriteCloser returned by GolangCommentWriter(). Users of this functionality can now easily use it anywhere an io.Writer is expected. The new version is more ... push 24 Jun 2017 09:43PM UTC dpifke travis-ci pending completion  
See All Builds (3)
  • Repo on GitHub
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