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

feat: add function to get specific app's details #470

Merged
merged 1 commit into from
May 31, 2024

feat: add function to get specific app's details

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

feat: add function to get specific app's details #470

feat: add function to get specific app's details
6b8670d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 30, 2024 in 0s

97.29% (+0.00%) compared to 2492b5e

View this Pull Request on Codecov

97.29% (+0.00%) compared to 2492b5e

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.29%. Comparing base (2492b5e) to head (6b8670d).

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #470   +/-   ##
=======================================
  Coverage   97.29%   97.29%           
=======================================
  Files         442      443    +1     
  Lines       34882    34916   +34     
=======================================
+ Hits        33938    33972   +34     
  Misses        944      944           
Components Coverage Δ
NonTestCode 94.43% <100.00%> (+<0.01%) ⬆️
OutsideTasks 97.52% <100.00%> (+<0.01%) ⬆️
Files Coverage Δ
database/models/core.py 97.10% <100.00%> (+<0.01%) ⬆️
helpers/exceptions.py 100.00% <100.00%> (ø)
services/bots/github_apps.py 97.43% <100.00%> (+0.29%) ⬆️
services/bots/tests/test_bots.py 100.00% <ø> (ø)
services/bots/tests/test_github_apps.py 100.00% <100.00%> (ø)
services/tests/test_bots.py 100.00% <ø> (ø)
services/tests/test_owner_service.py 100.00% <ø> (ø)
services/tests/test_repository_service.py 99.76% <ø> (ø)

This change has been scanned for critical changes. Learn more