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

refactor(install): Refactor GitHub App Installation Logic #581

Merged
merged 3 commits into from
Dec 10, 2024

feat: add the InstallationEditEventHandler

52646b4
Select commit
Loading
Failed to load commit list.
Merged

refactor(install): Refactor GitHub App Installation Logic #581

feat: add the InstallationEditEventHandler
52646b4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 10, 2024 in 0s

23.07% of diff hit (target 51.99%)

View this Pull Request on Codecov

23.07% of diff hit (target 51.99%)

Annotations

Check warning on line 30 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L28-L30

Added lines #L28 - L30 were not covered by tests

Check warning on line 33 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L33

Added line #L33 was not covered by tests

Check warning on line 40 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L40

Added line #L40 was not covered by tests

Check warning on line 47 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 54 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 57 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L57

Added line #L57 was not covered by tests

Check warning on line 64 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L64

Added line #L64 was not covered by tests

Check warning on line 68 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L68

Added line #L68 was not covered by tests

Check warning on line 71 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L71

Added line #L71 was not covered by tests

Check warning on line 79 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L77-L79

Added lines #L77 - L79 were not covered by tests

Check warning on line 81 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L81

Added line #L81 was not covered by tests

Check warning on line 90 in server/core/dao/repositoryConfigDAO.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/core/dao/repositoryConfigDAO.py#L90

Added line #L90 was not covered by tests

Check warning on line 31 in server/event_handler/intsall.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/event_handler/intsall.py#L25-L31

Added lines #L25 - L31 were not covered by tests

Check warning on line 42 in server/github_app/handlers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/github_app/handlers.py#L42

Added line #L42 was not covered by tests

Check warning on line 56 in server/github_app/router.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/github_app/router.py#L53-L56

Added lines #L53 - L56 were not covered by tests