CSCI-GA-2820-SU23-001 / shopcarts

NYU DevOps Shopcarts Service Summer 2023
Apache License 2.0
4 stars 4 forks source link

Eliminate idle transactions in db after running unittests #133

Closed wl2484 closed 1 year ago

wl2484 commented 1 year ago

Goal

Eliminate idle transactions in db after running unittests.

Changes

  1. Close db session after the entire test suite is done
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (aa31628) 98.95% compared to head (f567a3d) 98.95%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #133 +/- ## ======================================= Coverage 98.95% 98.95% ======================================= Files 8 8 Lines 384 384 ======================================= Hits 380 380 Misses 4 4 ```

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