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

Code Scanning API support #1787

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Apply suggestions from code review

1e9c381
Select commit
Loading
Failed to load commit list.
Draft

Code Scanning API support #1787

Apply suggestions from code review
1e9c381
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 1, 2024 in 1s

81.02% (-0.04%) compared to 895ddce

View this Pull Request on Codecov

81.02% (-0.04%) compared to 895ddce

Details

Codecov Report

Attention: Patch coverage is 78.94737% with 24 lines in your changes missing coverage. Please review.

Project coverage is 81.02%. Comparing base (895ddce) to head (1e9c381).
Report is 1 commits behind head on main.

Files Patch % Lines
...rg/kohsuke/github/GHCodeScanningAlertInstance.java 52.27% 9 Missing and 12 partials ⚠️
...e/github/GHCodeScanningAlertInstancesIterable.java 92.30% 0 Missing and 1 partial ⚠️
...g/kohsuke/github/GHCodeScanningAlertsIterable.java 93.33% 0 Missing and 1 partial ⚠️
src/main/java/org/kohsuke/github/GHRepository.java 88.88% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1787      +/-   ##
============================================
- Coverage     81.05%   81.02%   -0.04%     
- Complexity     2442     2476      +34     
============================================
  Files           237      242       +5     
  Lines          7342     7456     +114     
  Branches        398      412      +14     
============================================
+ Hits           5951     6041      +90     
- Misses         1145     1155      +10     
- Partials        246      260      +14     

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