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

Implement repo agents #4150

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

use session.Repo

c8150a7
Select commit
Loading
Failed to load commit list.
Open

Implement repo agents #4150

use session.Repo
c8150a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 6, 2024 in 0s

26.38% (-0.07%) compared to f8cfda1

View this Pull Request on Codecov

26.38% (-0.07%) compared to f8cfda1

Details

Codecov Report

Attention: Patch coverage is 13.54839% with 134 lines in your changes missing coverage. Please review.

Project coverage is 26.38%. Comparing base (f8cfda1) to head (c8150a7).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
server/api/agent.go 0.00% 100 Missing ⚠️
server/store/mocks/store.go 0.00% 22 Missing ⚠️
server/router/api.go 0.00% 8 Missing ⚠️
...r/store/datastore/migration/017_add_repo_agents.go 70.00% 2 Missing and 1 partial ⚠️
server/grpc/auth_server.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4150      +/-   ##
==========================================
- Coverage   26.44%   26.38%   -0.07%     
==========================================
  Files         376      377       +1     
  Lines       27455    27605     +150     
==========================================
+ Hits         7260     7283      +23     
- Misses      19530    19656     +126     
- Partials      665      666       +1     

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