Samsung / LPVS

License Pre-Validation Service analyzes which open source components and licenses are used in every patch. It returns the list of restricted licenses and the possibility of license violation on the comment with the exact code location and the open source component information.
https://samsung.github.io/LPVS/
MIT License
24 stars 26 forks source link

chore: Extend the list of possible connections to GitHub #640

Closed o-kopysov closed 1 month ago

o-kopysov commented 1 month ago

Pull Request

Description

Introduced alternative function for communicating with GitHub API using token. Added unit tests where possible.

Type of change

Please delete options that are not relevant.

Testing

Local run of unit tests.

Checklist:

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 93.63%. Comparing base (84b9ba1) to head (954feb8).

Files with missing lines Patch % Lines
.../com/lpvs/service/LPVSGitHubConnectionService.java 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #640 +/- ## ============================================ - Coverage 93.80% 93.63% -0.17% - Complexity 634 635 +1 ============================================ Files 52 52 Lines 2178 2185 +7 Branches 254 255 +1 ============================================ + Hits 2043 2046 +3 - Misses 58 62 +4 Partials 77 77 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.