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: Incorrect conversion to string when equals to null #619

Closed o-kopysov closed 2 months ago

o-kopysov commented 2 months ago

Pull Request

Description

Current PR contains a bug fix for the incorrect conversion to string when the queue element equals null.

Type of change

Please delete options that are not relevant.

Testing

Checked by functional tests.

Checklist:

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.88%. Comparing base (9f5d6ba) to head (3016cfe).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #619 +/- ## ============================================ + Coverage 93.46% 93.88% +0.42% Complexity 623 623 ============================================ Files 52 52 Lines 2127 2127 Branches 247 247 ============================================ + Hits 1988 1997 +9 + Misses 65 56 -9 Partials 74 74 ```

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