Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support github refresh tokens #3811

Merged
merged 5 commits into from
Nov 22, 2024

Merge branch 'main' into github-refresh

6a4f2f1
Select commit
Loading
Failed to load commit list.
Merged

Support github refresh tokens #3811

Merge branch 'main' into github-refresh
6a4f2f1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 27, 2024 in 0s

26.50% (+0.03%) compared to ddd55ee

View this Pull Request on Codecov

26.50% (+0.03%) compared to ddd55ee

Details

Codecov Report

Attention: Patch coverage is 31.09244% with 82 lines in your changes missing coverage. Please review.

Project coverage is 26.50%. Comparing base (ddd55ee) to head (6a4f2f1).
Report is 27 commits behind head on main.

Files with missing lines Patch % Lines
server/forge/github/github.go 5.40% 35 Missing ⚠️
server/forge/gitlab/gitlab.go 21.05% 15 Missing ⚠️
server/forge/forgejo/forgejo.go 42.10% 11 Missing ⚠️
server/forge/gitea/gitea.go 42.10% 11 Missing ⚠️
server/forge/addon/args.go 0.00% 4 Missing ⚠️
...r/forge/bitbucketdatacenter/bitbucketdatacenter.go 33.33% 2 Missing ⚠️
server/forge/bitbucketdatacenter/convert.go 0.00% 2 Missing ⚠️
server/forge/common/utils.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3811      +/-   ##
==========================================
+ Coverage   26.47%   26.50%   +0.03%     
==========================================
  Files         376      377       +1     
  Lines       27465    27476      +11     
==========================================
+ Hits         7270     7283      +13     
+ Misses      19530    19528       -2     
  Partials      665      665              

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