adorsys / datasafe

Secure, Encrypted and Versioned Data Storage Library
https://adorsys.github.io/datasafe/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Rename datasafe simple adapter spring test files #330

Closed AssahBismarkabah closed 1 month ago

AssahBismarkabah commented 1 month ago

Renamed Datasafe simple Adapter spring test files to separate integration tests from unit tests using the profile ID IT

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 86.34%. Comparing base (c456aca) to head (abfc380). Report is 1 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #330 +/- ## ============================================= + Coverage 85.81% 86.34% +0.53% Complexity 1 1 ============================================= Files 165 165 Lines 3342 3340 -2 Branches 216 214 -2 ============================================= + Hits 2868 2884 +16 + Misses 338 326 -12 + Partials 136 130 -6 ```

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

AssahBismarkabah commented 1 month ago

updated @max402