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

wildjames / BalaamBot
89%

Build:
DEFAULT BRANCH: main
Repo Added 27 May 2025 05:04PM UTC
Token D5fhsjBRnHrVdYyCeBH0rOqQIBp1wJCZM regen
Build 259 Last
Files 11
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 main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • Readme-update
  • add-missing-unit-tests
  • auto-merge-dependabot
  • bella-bot
  • bump-discord-version
  • cat-food
  • cat-fun
  • cat-refactor
  • cat-silence
  • cat-updates
  • ci-updates
  • codex/abstract-guard-clauses-into-discord-utilities
  • codex/create-agents.md-for-project
  • codex/create-project-readme
  • codex/evaluate-and-refactor-youtube-submodule-structure
  • codex/find-and-fix-an-important-bug
  • codex/fix-bot-voice-channel-connection-issue
  • codex/fix-code-issues-and-improve-tests
  • codex/identify-code-blocking-discord-bot-commands
  • codex/refactor-mixer-class-for-audio-agnosticism
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/hadolint/hadolint-action-3.2.0
  • dependabot/github_actions/hadolint/hadolint-action-3.3.0
  • dependabot/github_actions/hmarr/auto-approve-action-4
  • dependabot/github_actions/peter-evans/enable-pull-request-automerge-3
  • dependabot/pip/ruff-0.11.12
  • dependabot/uv/anyio-4.10.0
  • dependabot/uv/anyio-4.11.0
  • dependabot/uv/discord-ext-voice-recv-0.5.2a179
  • dependabot/uv/discord-py-2.6.4
  • dependabot/uv/pre-commit-4.3.0
  • dependabot/uv/pydantic-2.11.6
  • dependabot/uv/pydantic-2.11.7
  • dependabot/uv/pydantic-2.11.9
  • dependabot/uv/pydantic-2.12.0
  • dependabot/uv/pydantic-2.12.3
  • dependabot/uv/pyright-1.1.403
  • dependabot/uv/pyright-1.1.404
  • dependabot/uv/pyright-1.1.405
  • dependabot/uv/pyright-1.1.406
  • dependabot/uv/pyright-1.1.407
  • dependabot/uv/pytest-8.4.2
  • dependabot/uv/pytest-cov-6.2.1
  • dependabot/uv/pytest-cov-7.0.0
  • dependabot/uv/rapidfuzz-3.14.1
  • dependabot/uv/redis-6.4.0
  • dependabot/uv/redis-7.0.0
  • dependabot/uv/redis-7.0.1
  • dependabot/uv/ruff-0.12.10
  • dependabot/uv/ruff-0.12.11
  • dependabot/uv/ruff-0.12.12
  • dependabot/uv/ruff-0.12.7
  • dependabot/uv/ruff-0.12.8
  • dependabot/uv/ruff-0.12.9
  • dependabot/uv/ruff-0.13.0
  • dependabot/uv/ruff-0.13.3
  • dependabot/uv/ruff-0.14.0
  • dependabot/uv/ruff-0.14.1
  • dependabot/uv/ruff-0.14.2
  • dependabot/uv/yt-dlp-2025.10.22
  • dependabot/uv/yt-dlp-2025.6.25
  • dependabot/uv/yt-dlp-2025.6.30
  • dependabot/uv/yt-dlp-2025.6.9
  • dependabot/uv/yt-dlp-2025.7.21
  • dependabot/uv/yt-dlp-2025.8.22
  • dependabot/uv/yt-dlp-2025.9.23
  • dependabot/uv/yt-dlp-2025.9.26
  • dependabot/uv/yt-dlp-2025.9.5
  • dev-container-fix
  • dev-update
  • docker-download-to-volumes
  • fetch-metadata-in-subprocess
  • fix-audio-pausing
  • fix-queue
  • fix-tests
  • implement-play-pause
  • jibby
  • leave-empty-channels
  • link-youtube-in-messages
  • meme
  • metadata-redis-cache
  • nearsighted-youtube-downloads
  • play-fixes
  • playlist_handling
  • prune-queue
  • queue-features
  • refactor-youtube-audio-file
  • revert-75-codex/fix-bot-voice-channel-connection-issue
  • threaded-downloads
  • todo
  • todo-update
  • uv-ci
  • uv-time-baby
  • voice-connection-bug
  • youtube-auth
  • youtube-search

22 Jul 2025 10:44PM UTC coverage: 88.973%. Remained the same
16457126500

push

github

web-flow
Add a workflow which auto-merges dependabot (#84)

936 of 1052 relevant lines covered (88.97%)

3.56 hits per line

Relevant lines Covered
Build:
Build:
1052 RELEVANT LINES 936 COVERED LINES
3.56 HITS PER LINE
Source Files on main
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
16457126500 main Add a workflow which auto-merges dependabot (#84) push 22 Jul 2025 10:44PM UTC web-flow github
88.97
16456901387 main Add queue_next command (#83) * Update the youtube queue to have a push to top or bottom switch * Add a play_next command * minor cleanup * removed return type - linter annoyed * formatter push 22 Jul 2025 10:28PM UTC web-flow github
88.97
16401843993 main Add prune queue command. Make buttons labelled with the relevant track (#81) push 20 Jul 2025 04:17PM UTC web-flow github
89.06
16400768115 main The prod bot is still crashing when list_queue is called. (#80) * Fix queue behaviour * Refactor a bit to be nicer * Add another newline * Another refactor * Do some MORE refactoring on the list queue command push 20 Jul 2025 02:10PM UTC web-flow github
92.69
16393120219 main Fix queue behaviour (#79) * Fix queue behaviour * Refactor a bit to be nicer * Add another newline * Another refactor push 19 Jul 2025 09:57PM UTC web-flow github
92.69
16391929581 main Fix discord.py version to use master branch directly (#77) * Use the master branch for discord py to get the bugfix for voice channels dying * add git to docker file push 19 Jul 2025 07:19PM UTC web-flow github
92.69
16391769945 main Revert "Use standard VoiceClient (#75)" (#76) This reverts commit 8e54d41c7. push 19 Jul 2025 07:00PM UTC web-flow github
92.69
16389448318 main Use standard VoiceClient (#75) push 19 Jul 2025 02:05PM UTC web-flow github
92.69
16388683870 main chore(uv): bump yt-dlp from 2025.6.25 to 2025.6.30 (#72) Bumps [yt-dlp](https://github.com/yt-dlp/yt-dlp) from 2025.6.25 to 2025.6.30. - [Release notes](https://github.com/yt-dlp/yt-dlp/releases) - [Changelog](https://github.com/yt-dlp/yt-dlp/blo... push 19 Jul 2025 12:28PM UTC web-flow github
92.69
16249024182 main Disable daily cat nag. Add fuzzy matching for cat names (#73) * Disable daily cat nag. Add fuzzy matching for cat names * Bump the threshold back up push 13 Jul 2025 12:17PM UTC web-flow github
92.69
See All Builds (255)
  • 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

© 2025 Coveralls, Inc