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

openSUSE / qem-dashboard / 26243368754
100%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 05:55PM 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 02:25PM UTC coverage: 100.0%. Remained the same
26243368754

push

github

okurz
build: limit gitlint to PR commits and improve base branch detection

Motivation:
The gitlint check was failing in CI because it was attempting to lint too
many commits, including ancient ones already in the main branch. This happened
because the base branch detection was not robust enough and the PR commit
range was not accurately defined in the workflow.

Design Choices:
1. Updated the Makefile to use a more robust base branch detection logic
   (inspired by openQA), which checks multiple common branch names and
   finds the best merge base.
2. Added --verbose to the gitlint command in the Makefile for better
   diagnostics.
3. Updated the checkstyle (NPM) workflow to use origin/${{ github.base_ref }}
   as the base for pull requests, ensuring only the commits introduced in the
   PR are linted.

Benefits:
Fixes CI failures on pull requests by ensuring only relevant commits are
checked for compliance with commit message standards.

1781 of 1781 relevant lines covered (100.0%)

8.24 hits per line

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