Skip to content

feat: add GitHub App authentication support#5327

Draft
erka wants to merge 2 commits intov2from
rd/v2/github-app
Draft

feat: add GitHub App authentication support#5327
erka wants to merge 2 commits intov2from
rd/v2/github-app

Conversation

@erka
Copy link
Contributor

@erka erka commented Jan 28, 2026

No description provided.

@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

❌ Patch coverage is 72.28916% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.68%. Comparing base (17ed13d) to head (1e73c0d).

Files with missing lines Patch % Lines
internal/credentials/credentials.go 70.49% 14 Missing and 4 partials ⚠️
internal/storage/environments/environments.go 0.00% 4 Missing ⚠️
...nal/coss/storage/environments/git/github/github.go 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##               v2    #5327      +/-   ##
==========================================
+ Coverage   60.53%   60.68%   +0.15%     
==========================================
  Files         138      138              
  Lines       13540    13606      +66     
==========================================
+ Hits         8196     8257      +61     
- Misses       4653     4654       +1     
- Partials      691      695       +4     
Flag Coverage Δ
integrationtests 34.44% <0.00%> (-0.18%) ⬇️
unittests 51.99% <72.28%> (+0.19%) ⬆️

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

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@erka erka force-pushed the rd/v2/github-app branch from b1318cb to 3e28514 Compare January 28, 2026 23:54
@erka erka force-pushed the rd/v2/github-app branch 2 times, most recently from b0a23ee to c633edd Compare January 29, 2026 15:19
@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

👋 Hi @erka! Thanks for your contribution to this project.

It looks like one or more of your commits are missing a DCO (Developer Certificate of Origin) sign-off. The DCO is a simple way for you to certify that you have the right to submit this code under the project's license.

How to fix this:

# For future commits, use the -s flag
git commit -s -m "Your commit message"

# To sign off on existing commits in this PR
git rebase HEAD~$(git rev-list --count origin/v2..HEAD) --signoff
git push --force-with-lease

The -s flag adds this line to your commit message:
Signed-off-by: Your Name <your.email@example.com>

📋 View the failing DCO check for more details

For more information about the DCO, visit: https://developercertificate.org/

1 similar comment
@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2026

👋 Hi @erka! Thanks for your contribution to this project.

It looks like one or more of your commits are missing a DCO (Developer Certificate of Origin) sign-off. The DCO is a simple way for you to certify that you have the right to submit this code under the project's license.

How to fix this:

# For future commits, use the -s flag
git commit -s -m "Your commit message"

# To sign off on existing commits in this PR
git rebase HEAD~$(git rev-list --count origin/v2..HEAD) --signoff
git push --force-with-lease

The -s flag adds this line to your commit message:
Signed-off-by: Your Name <your.email@example.com>

📋 View the failing DCO check for more details

For more information about the DCO, visit: https://developercertificate.org/

erka added 2 commits February 4, 2026 22:42
Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
Signed-off-by: Roman Dmytrenko <rdmytrenko@gmail.com>
@erka erka force-pushed the rd/v2/github-app branch from 6251cde to 1e73c0d Compare February 4, 2026 22:42
Sign up for free to 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