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

nunnatsa / ginkgolinter / 8512833973 / 1
88%
main: 88%

Build:
DEFAULT BRANCH: main
Ran 01 Apr 2024 07:44PM UTC
Files 6
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

01 Apr 2024 07:42PM UTC coverage: 64.396%. Remained the same
8512833973.1

push

github

nunnatsa
Bug fix: missing async wrong error checks

the linter didn't check error with nil assertion also in async
assertions, such as:
```go
Eventually(func() err {return nil}).Should(BeNil())
```
Also, the linter didn't check for MatchError issues in async assertions,
e.g.
```go
Eventually(func() string {return "hello"}).Should(MatchError("hello"))

This PR adds these chacks.
```

208 of 323 relevant lines covered (64.4%)

7.05 hits per line

Source Files on job 8512833973.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8512833973
  • b14486e5 on github
  • Prev Job for on main (#8408249096.1)
  • Next Job for on main (#8594012886.1)
  • Delete
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