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

rubensworks / renovate-overview / 32127217702
100%
claude/renovate-overview-dashboard-rxltbu: 100%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: claude/renovate-overview-dashboard-rxltbu
Ran 18 Aug 2026 10:32AM UTC
Jobs 3
Files 34
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 Aug 2026 10:31AM UTC coverage: 100.0%. Remained the same
32127217702

push

github

rubensworks
Ask for either bot and either owner, not for all of them at once

The dashboard found nothing and said "No open Renovate pull requests", on an
account with 187 of them.

The query looked right, and under the search engine it was written for it was:

  is:open is:pr archived:false author:app/renovate author:renovate-bot
  author:renovate user:rubensworks                                    -> 134

But it is sent with advanced_search=true, and that engine combines repeated
qualifiers with AND rather than OR. So it was asking for pull requests written
by three different bots at once, which is nothing:

  ...author:app/renovate author:renovate-bot author:renovate user:...  -> 0
  ...(author:app/renovate OR author:renovate-bot OR author:renovate)   -> 134

The owner qualifiers had exactly the same problem, and would have cost every
row of every organisation the moment one was added:

  ...(author:app/renovate) user:rubensworks org:comunica              -> 0
  ...(author:app/renovate) (user:rubensworks OR org:comunica)         -> 187

Both are now explicit OR groups. Checked against the live API rather than
against the suite, which mocks the client and so cannot see any of this: the
query the shipped code builds returns 187, and rubensworks/rdf-parse.js returns
the same five open Renovate pull requests the API reports for it directly.

The two halves are a package deal, and CLAUDE.md now says so: without
advanced_search=true an OR group is read as literal words and matches nothing,
and with it, repeated qualifiers match nothing. Either mistake looks exactly
like an empty backlog.

791 tests, coverage still at 100%.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Tpt4TeBwshyk8nbNqyhi8b

965 of 965 branches covered (100.0%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

1238 of 1238 relevant lines covered (100.0%)

728.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-22.x - 32127217702.1 18 Aug 2026 10:32AM UTC 34
100.0
GitHub Action Run
2 run-26.x - 32127217702.2 18 Aug 2026 10:32AM UTC 34
100.0
GitHub Action Run
3 run-24.x - 32127217702.3 18 Aug 2026 10:32AM UTC 34
100.0
GitHub Action Run
Source Files on build 32127217702
  • Tree
  • List 34
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32127217702
  • 7525ee4d on github
  • Prev Build on master (#32111232027)
  • Next Build on master (#32131905837)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc