Closed o-kopysov closed 2 months ago
Attention: Patch coverage is 84.61538%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 92.79%. Comparing base (
a7ab252
) to head (d175616
).
Files | Patch % | Lines |
---|---|---|
...ain/java/com/lpvs/LicensePreValidationService.java | 84.61% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Pull Request
Description
Current PR includes changes in how to get the LPVS application's current version. The proposed approach doesn't need to add any dependency. It uses only
application.properties
and POM files of the project. Because of changes in application start, unit tests were also modified and updated.Type of change
Please delete options that are not relevant.
Testing
By using unit tests and application start.
Checklist: