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

bombsimon / wsl
94%

Build:
DEFAULT BRANCH: main
Repo Added 17 Sep 2018 01:27PM UTC
Files 4
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 main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-tests
  • anonymous-func
  • append-only
  • ast
  • bump-go-version
  • bump-version
  • case-arms
  • case-trailing-newline
  • case-trailing-whitespace
  • circuit-break-labels
  • comments-in-else
  • config-setup
  • cuddle-decl
  • decl-fixer-2
  • defer-func-lit
  • doc
  • docs-and-defaults
  • empty-block
  • err-blocks
  • err-only-test
  • expression-for-block
  • feat/golangci-lint-v2
  • features
  • files
  • find-block-stmt
  • fix-assignment-cuddle-blocks
  • fix-err-checking
  • fix-err-cuddling
  • fix-golangci-lint-doc
  • fix-install-instructions
  • fix-versioning
  • fix/cgo
  • fix/drop-cgo-support
  • fix/positions
  • fix/rename-test-file
  • fix/tests
  • fix/tests-cgo
  • fix/version
  • fixer
  • fixes
  • flag-for-generated
  • gh-actions
  • go-1.22
  • go-mod
  • gomod
  • http-best-practice
  • if-statements
  • ignore-literals
  • issue-73-block-start-with-comment
  • lax-error-checking
  • less-comment-map
  • lock-unlock
  • main
  • make-all-test-code-compile
  • map
  • master
  • multiline-assignment
  • multiline-case
  • multiple-go
  • newline-after-block
  • parallel-tests
  • plus-plus-minus-minus
  • port-issue-test
  • position-for
  • refs/heads/defer-stmt-before-previous
  • refs/heads/else-if
  • refs/heads/master
  • refs/tags/v3.4.0
  • refs/tags/v4.0.0
  • refs/tags/v4.1.0
  • refs/tags/v4.2.0
  • refs/tags/v4.2.1
  • refs/tags/v4.3.0
  • refs/tags/v4.4.0
  • refs/tags/v4.4.1
  • refs/tags/v4.5.0
  • release-v5.4.0
  • rename-check
  • rename-test-folder
  • renovate/actions-checkout-6.x
  • renovate/actions-setup-go-6.x
  • renovate/configure
  • renovate/coverallsapp-github-action-1.x
  • renovate/coverallsapp-github-action-2.x
  • renovate/github.com-stretchr-testify-1.x
  • renovate/go-1.x
  • renovate/golang.org-x-tools-0.x
  • renovate/golangci-golangci-lint-action-9.x
  • renovate/jandelgado-gcov2lcov-action-1.x
  • slice-expr
  • struct-field-fn
  • tdd
  • trailing-comments
  • traverse-all-subexpr
  • travis-fix
  • update-golangci-lint
  • update-linters
  • update-readme
  • update-version
  • use-ast-inspect
  • use-line-for
  • v1.0
  • v1.0.0
  • v1.0.1
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.2.2
  • v1.2.3
  • v1.2.4
  • v1.2.5
  • v1.2.6
  • v1.2.7
  • v1.2.8
  • v1.2.8-issue-60
  • v2.0.0
  • v2.1.0
  • v2.1.0-fixer
  • v2.2.0
  • v3.0.0
  • v3.1.0
  • v3.2.0
  • v3.3.0
  • v5.5.0-upgrade
  • wsl-rewrite

22 Jan 2026 08:51PM UTC coverage: 94.274% (+0.01%) from 94.262%
21264447731

push

github

web-flow
Don't check comments in `else` blocks (#230)

* Fix bug where comments in else blocks are considered

* Bump version

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

1350 of 1432 relevant lines covered (94.27%)

266.09 hits per line

Relevant lines Covered
Build:
Build:
1432 RELEVANT LINES 1350 COVERED LINES
266.09 HITS PER LINE
Source Files on main
  • Tree
  • List 4
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21264447731 main Don't check comments in `else` blocks (#230) * Fix bug where comments in else blocks are considered * Bump version push 22 Jan 2026 08:51PM UTC web-flow github
94.27
21264375700 comments-in-else Merge 0f1cb3c8d into f3888d016 Pull #230 22 Jan 2026 08:49PM UTC web-flow github
94.27
21264362402 comments-in-else Merge a4f737123 into f3888d016 Pull #230 22 Jan 2026 08:48PM UTC web-flow github
94.27
21263708181 main Prepare for v5.5.0 (#229) push 22 Jan 2026 08:25PM UTC web-flow github
94.26
21263658457 v5.5.0-upgrade Merge b0b5d1eaa into 21d052cc5 Pull #229 22 Jan 2026 08:24PM UTC web-flow github
94.26
21263616903 main Rename check from `newline-after-block` to `after-block` (#228) push 22 Jan 2026 08:22PM UTC web-flow github
94.26
21263541483 rename-check Merge cfbad4eeb into 6216ee864 Pull #228 22 Jan 2026 08:19PM UTC web-flow github
94.26
21261561679 main Prepare release v5.4.0 (#227) push 22 Jan 2026 07:13PM UTC web-flow github
94.26
21228019016 release-v5.4.0 Merge 0ac57fcff into 07549b2d8 Pull #227 21 Jan 2026 10:29PM UTC web-flow github
94.26
21227396632 main Use `ast.Inspect` instead of `checkExpr` and manually calls (#226) We only have `checkExpr` to recursively find `ast.FuncList` to check its block. We do this both recursively but also for each known node that has an expression. Since we only car... push 21 Jan 2026 10:06PM UTC web-flow github
94.26
See All Builds (739)
  • 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

© 2026 Coveralls, Inc