Skip to content

Support for Cabotage deployments - #685

Draft
JacobCoffee wants to merge 3 commits into
python:mainfrom
JacobCoffee:cabotage
Draft

Support for Cabotage deployments#685
JacobCoffee wants to merge 3 commits into
python:mainfrom
JacobCoffee:cabotage

Conversation

@JacobCoffee

@JacobCoffeeJacobCoffee commented Jan 25, 2026

Copy link
Copy Markdown
Member

Initial support for migrating from Heroku (paid) to Cabotage (free)

Needs these set it cabo ui

  • GH_SECRET
  • GH_APP_ID
  • GH_PRIVATE_KE
  • SENTRY_DSN

Will require disabling Heroku deploy -> enabling cabotage
it is ready @ https://cabotage.us-east-2.psfhosted.computer/projects/python/bedevere/applications/bedevere

@codecov

codecovBot commented Jan 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (85064e1) to head (28b2a47).
⚠️ Report is 16 commits behind head on main.

Impacted file tree graph

@@ Coverage Diff @@## main #685 +/- ##
=========================================
Coverage 100.00% 100.00% =========================================
Files 18 18 Lines 2149 2158 +9 Branches 97 97 =========================================
+ Hits 2149 2158 +9 
FlagCoverage Δ
Python_3.10.19100.00% <100.00%> (ø)
Python_3.11.14100.00% <100.00%> (ø)
Python_3.12.12100.00% <100.00%> (ø)
Python_3.13.11100.00% <100.00%> (ø)
Python_3.14.2100.00% <100.00%> (ø)
Python_3.15.0-alpha.5100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing linesCoverage Δ
bedevere/__main__.py100.00% <100.00%> (ø)
tests/test___main__.py100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@JacobCoffee