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

openSUSE / qem-dashboard / 26246682085
100%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 06:59PM UTC
Jobs 1
Files 33
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

21 May 2026 06:51PM UTC coverage: 100.0%. Remained the same
26246682085

push

github

okurz
ci: improve gitlint commit range detection on push

Motivation:
On 'push' events, gitlint was incorrectly instructed to lint 'HEAD', which it
interprets as the entire reachable history. This caused CI failures on main
branches due to ancient commits that do not match current standards.

Design Choices:
Updated 'checkstyle_npm.yml' to use the '${{ github.event.before }}..${{
github.event.after }}' range for 'push' events. Added a safeguard for branch
creation (where the 'before' SHA is all zeros) to fallback to linting only the
latest commit. The all-zeros SHA (Null OID) is the standard placeholder for
the absence of a commit, as documented in https://git-scm.com/docs/githooks.

Benefits:
Ensures stable 'push' checks on main branches by only linting the newly
introduced commits.

Related issue: https://github.com/openSUSE/qem-dashboard/pull/3311

1781 of 1781 relevant lines covered (100.0%)

8.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26246682085.1 21 May 2026 06:59PM UTC 33
100.0
GitHub Action Run
Source Files on build 26246682085
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0e35cbf4 on github
  • Prev Build on main (#26243368754)
  • Next Build on main (#26247120129)
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