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

Tatsh / deltona / 25648125038 / 4
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 11 May 2026 03:07AM UTC
Files 27
Run time 0s
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

11 May 2026 02:57AM UTC coverage: 100.0%. Remained the same
25648125038.4

push

github

Tatsh
git: suppress traceback on unmergeable PRs outside debug

When `merge-dependabot-prs` or `merge-pre-commit-ci-prs` runs without
`-d`/`--debug`, a single failed merge inside `process_pull` previously
emitted a full Python traceback via `log.exception`, even though the
outer `_run_bot_merge_with_retry` loop will retry the affected
repository on the next pass. The noisy stderr output made transient
GitHub API hiccups look like crashes.

Branch on `log.isEnabledFor(logging.DEBUG)` in the
`except github.GithubException:` block: in debug mode keep
`log.exception(...)` so the traceback survives for diagnosis;
otherwise emit a one-line `log.warning(...)` that names the PR and
repo and notes that the merge will be retried. The recreate-comment
post and `return False` (which keeps the repo in
`BotMergeError.remaining` and therefore in the next retry batch) are
unchanged.

Add `test_merge_dependabot_pull_requests_should_raise_debug` covering
the debug branch (using `caplog.at_level(logging.DEBUG, ...)`) so the
new condition is exercised at 100% coverage. Note the user-facing
behaviour change in `CHANGELOG.md` under `Changed`.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

400 of 400 branches covered (100.0%)

Branch coverage included in aggregate %.

3348 of 3348 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 25648125038.4
  • Tree
  • List 27
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25648125038
  • c901d996 on github
  • Prev Job for on master (#25584024767.2)
  • Next Job for on master (#25648395768.2)
  • 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