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

nunnatsa / ginkgolinter / 19857356364
88%

Build:
DEFAULT BRANCH: main
Ran 02 Dec 2025 11:42AM UTC
Jobs 1
Files 54
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

02 Dec 2025 11:40AM UTC coverage: 87.9% (+0.5%) from 87.415%
19857356364

push

github

nunnatsa
fix bug in interval

when the `--validate-async-intervals` flag is used, and an interval
value is a non-int numeric value (e.g. `int32(4)` or `1.4`), the linter
fixes to `time.Seconds * int32(4)`. This expression fails on
compilation, for multiplying different types.

This PR fixes the issue, and changes the value to int.

Also, it now also fixes string duration values, like `"3s"`, to a real
duration expression.

Signed-off-by: Nahshon Unna Tsameret <nahsh.ut@gmail.com>

135 of 140 new or added lines in 2 files covered. (96.43%)

2557 of 2909 relevant lines covered (87.9%)

1763.99 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
91.67
9.38% internal/intervals/intervals.go
Jobs
ID Job ID Ran Files Coverage
1 Unit - 19857356364.1 02 Dec 2025 11:42AM UTC 54
87.9
GitHub Action Run
Source Files on build 19857356364
  • Tree
  • List 54
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19857356364
  • b76935be on github
  • Prev Build on main (#19850332353)
  • Next Build on main (#20220479481)
  • 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