Decathlon / tzatziki

Decathlon library to ease and promote Test Driven Development of Java microservices!
Apache License 2.0
63 stars 30 forks source link

Wrap jdbcTemplate into transaction #204

Closed nkhalis closed 10 months ago

nkhalis commented 10 months ago

When datasource's autocommit is disable, DatabaseCleaner doesn't clean the table between each steps

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.

sonarcloud[bot] commented 10 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

8 New issues
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (fa184d9) 86.69% compared to head (a1e1746) 86.68%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #204 +/- ## ============================================ - Coverage 86.69% 86.68% -0.02% Complexity 35 35 ============================================ Files 37 37 Lines 2774 2778 +4 Branches 286 286 ============================================ + Hits 2405 2408 +3 - Misses 243 245 +2 + Partials 126 125 -1 ```

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