fix: Add support for GitHub Enterprise cloud upload URLs by TheNitek · Pull Request #3993 · google/go-github

@TheNitek

Fixes: #3985 by not adding API suffixes to upload.* enterprise URLs.

@TheNitek

@gmlewis gmlewis changed the title Add support for github enterprise cloud upload URLs fix: Add support for GitHub Enterprise cloud upload URLs

Feb 11, 2026

@codecov

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.52%. Comparing base (c5bf1bc) to head (154941b).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3993   +/-   ##
=======================================
  Coverage   93.52%   93.52%           
=======================================
  Files         207      207           
  Lines       17593    17594    +1     
=======================================
+ Hits        16454    16455    +1     
  Misses        938      938           
  Partials      201      201           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

gmlewis

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexandear

@gmlewis