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

nunnatsa / ginkgolinter / 13390802950
88%

Build:
DEFAULT BRANCH: main
Ran 18 Feb 2025 12:42PM UTC
Jobs 1
Files 58
Run time 1min
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

18 Feb 2025 12:41PM UTC coverage: 77.656% (+0.09%) from 77.569%
13390802950

push

github

nunnatsa
Fix issue: failed to recognize ginkgo.SpecContext in Eventually

ginkgolinter fails to recognized ginkgo.SpecContext as a valid context in
Eventually, and so wrongly identify it as the actual value, instead of
the following function parameter.

This PR fixes the issue and now this scenarion works

```go
It("should work", func(ctx SpecContext) {
	Eventually(func() error {
		return fmt.Errorf("foo")
	}).WithContext(ctx).Should(MatchError("foo"))
}, SpecTimeout(time.Second))
```

12 of 12 new or added lines in 2 files covered. (100.0%)

2200 of 2833 relevant lines covered (77.66%)

1015.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13390802950.1 18 Feb 2025 12:42PM UTC 58
77.66
GitHub Action Run
Source Files on build 13390802950
  • Tree
  • List 58
  • Changed 22
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 1b633dc0 on github
  • Prev Build on main (#13336914408)
  • Next Build on main (#13760553721)
  • 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