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

fix: Skip asking GH token for local scans #635

Closed o-kopysov closed 1 month ago

o-kopysov commented 1 month ago

Pull Request

Description

Fix for the single scan of local files - stop asking GH token.

Type of change

Please delete options that are not relevant.

Testing

Checked locally.

Checklist:

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 93.76%. Comparing base (f8b7b1a) to head (5465d21).

Files with missing lines Patch % Lines
.../com/lpvs/service/LPVSGitHubConnectionService.java 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #635 +/- ## ============================================ - Coverage 93.81% 93.76% -0.05% Complexity 628 628 ============================================ Files 52 52 Lines 2150 2150 Branches 251 251 ============================================ - Hits 2017 2016 -1 Misses 58 58 - Partials 75 76 +1 ```

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