• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
You are now the owner of this repo.

Tatsh / deltona
100%

Build:
DEFAULT BRANCH: master
Repo Added 13 May 2025 10:05PM UTC
Token 5UPWFrrkboFlivYO9aR3yMSCvyKLe7JrS regen
Build 325 Last
Files 27
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • dependabot/npm_and_yarn/cspell-9.0.2
  • dependabot/npm_and_yarn/cspell-9.1.1
  • dependabot/npm_and_yarn/cspell-9.1.2
  • dependabot/npm_and_yarn/cspell-9.1.3
  • dependabot/npm_and_yarn/cspell-9.1.5
  • dependabot/npm_and_yarn/cspell-9.2.0
  • dependabot/npm_and_yarn/cspell-9.2.1
  • dependabot/npm_and_yarn/cspell-9.2.2
  • dependabot/npm_and_yarn/cspell-9.3.0
  • dependabot/npm_and_yarn/cspell-9.3.2
  • dependabot/npm_and_yarn/cspell-9.4.0
  • dependabot/npm_and_yarn/cspell-9.6.0
  • dependabot/npm_and_yarn/cspell-9.6.2
  • dependabot/npm_and_yarn/cspell-9.6.3
  • dependabot/npm_and_yarn/cspell-9.6.4
  • dependabot/npm_and_yarn/markdownlint-cli2-0.18.1
  • dependabot/npm_and_yarn/markdownlint-cli2-0.19.0
  • dependabot/npm_and_yarn/markdownlint-cli2-0.19.1
  • dependabot/npm_and_yarn/markdownlint-cli2-0.20.0
  • dependabot/npm_and_yarn/markdownlint-cli2-0.21.0
  • dependabot/npm_and_yarn/npm_and_yarn-2efe533b74
  • dependabot/npm_and_yarn/npm_and_yarn-4f2e9573ab
  • dependabot/npm_and_yarn/npm_and_yarn-b2309f4355
  • dependabot/npm_and_yarn/npm_and_yarn-bdc76aff73
  • dependabot/npm_and_yarn/npm_and_yarn-d524a1f714
  • dependabot/npm_and_yarn/npm_and_yarn-e5a595f223
  • dependabot/npm_and_yarn/prettier-3.6.0
  • dependabot/npm_and_yarn/prettier-3.6.2
  • dependabot/npm_and_yarn/prettier-3.7.3
  • dependabot/npm_and_yarn/prettier-3.7.4
  • dependabot/npm_and_yarn/prettier-3.8.0
  • dependabot/npm_and_yarn/prettier-3.8.1
  • dependabot/npm_and_yarn/prettier-plugin-sort-json-4.2.0
  • dependabot/npm_and_yarn/prettier-plugin-toml-2.0.6
  • dependabot/npm_and_yarn/prettier/plugin-xml-3.4.2
  • dependabot/npm_and_yarn/pyright-1.1.401
  • dependabot/npm_and_yarn/pyright-1.1.402
  • dependabot/npm_and_yarn/pyright-1.1.403
  • dependabot/npm_and_yarn/pyright-1.1.404
  • dependabot/npm_and_yarn/pyright-1.1.405
  • dependabot/npm_and_yarn/pyright-1.1.406
  • dependabot/npm_and_yarn/pyright-1.1.407
  • dependabot/npm_and_yarn/pyright-1.1.408
  • dependabot/uv/pygobject-3.56.2
  • dependabot/uv/ruff-0.15.7
  • dependabot/uv/ruff-0.15.8
  • dependabot/uv/sphinx-9.1.0
  • dependabot/uv/types-requests-2.33.0.20260327
  • dependabot/uv/types-yt-dlp-2026.3.17.20260318
  • dependabot/uv/uv-6ba9ca5f64
  • dependabot/uv/uv-aa7cb66ac2
  • dependabot/uv/yt-dlp-2026.3.17
  • master

11 May 2026 03:14AM UTC coverage: 100.0%. Remained the same
25648395768

push

github

Tatsh
commands.git: pluralise remaining pull request count properly

The per-repository status line printed by `_run_bot_merge_with_retry`
during the retry loop used the placeholder form `pull request(s)`,
which reads as machine-generated. Branch on the count and emit either
`1 pull request` (singular) or `N pull requests` (plural for any
other count) so the message reads naturally.

Update the four existing assertions in `tests/test_git_commands.py`
that exercised both code paths (the failure fixture maps
`tatsh/alpha: 2` and `tatsh/beta: 1`, which now read as `2 pull
requests` and `1 pull request` respectively). Both branches of the
new conditional are covered; `deltona/commands/git.py` stays at 100%
coverage.

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

400 of 400 branches covered (100.0%)

Branch coverage included in aggregate %.

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

3349 of 3349 relevant lines covered (100.0%)

5.0 hits per line

Relevant lines Covered
Build:
Build:
3349 RELEVANT LINES 3349 COVERED LINES
5.0 HITS PER LINE
Source Files on master
  • Tree
  • List 27
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25648395768 master commands.git: pluralise remaining pull request count properly The per-repository status line printed by `_run_bot_merge_with_retry` during the retry loop used the placeholder form `pull request(s)`, which reads as machine-generated. Branch on the... push 11 May 2026 03:19AM UTC Tatsh github
100.0
25648125038 master 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.excepti... push 11 May 2026 03:06AM UTC Tatsh github
100.0
25584024767 master bump: v0.2.2 → v0.2.3 Signed-off-by: Andrew Udvare <audvare@gmail.com> push 08 May 2026 11:25PM UTC Tatsh github
100.0
25582027628 master build(deps-dev): bump the development group with 2 updates Bumps the development group with 2 updates: [cz-path](https://github.com/Tatsh/cz-path) and [ty](https://github.com/astral-sh/ty). Updates `cz-path` from 0.0.6 to 0.0.7 - [Release notes... push 08 May 2026 10:18PM UTC Tatsh github
100.0
25581991618 master build(deps): bump the production group with 2 updates Bumps the production group with 2 updates: [niquests](https://github.com/jawah/niquests) and [pathspec](https://github.com/cpburnz/python-pathspec). Updates `niquests` from 3.18.6 to 3.18.7 ... push 08 May 2026 10:16PM UTC Tatsh github
100.0
25551218493 master build(deps): bump gitpython from 3.1.47 to 3.1.49 (#91) Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.47 to 3.1.49. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https:... push 08 May 2026 10:43AM UTC web-flow github
100.0
25474571820 master git: harden bot-merge against per-repo failures Make `merge-dependabot-prs` and `merge-pre-commit-ci-prs` resilient to per-repository errors and only retry repos that still have work. Previously a single `github.GithubException` raised inside `p... push 07 May 2026 03:33AM UTC Tatsh github
100.0
25265701543 master bump: v0.2.1 → v0.2.2 Signed-off-by: Andrew Udvare <audvare@gmail.com> push 03 May 2026 12:34AM UTC Tatsh github
100.0
25263433451 master refactor: parameterise PathSpec generic for strict mypy mypy 1.20.2 enforces `disallow-any-generics` more strictly under `strict = true` and now flags the bare `pathspec.PathSpec` return annotation on `_combined_spec` as missing type arguments. ... push 02 May 2026 10:27PM UTC Tatsh github
100.0
25251539814 master build(deps-dev): bump ruff in the development group Bumps the development group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.11 to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Ch... push 02 May 2026 12:21PM UTC Tatsh github
100.0
See All Builds (325)

Badge your Repo: deltona

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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