zalando-stups / fullstop

Audit reporting: collect violations across all AWS accounts
https://docs.stups.io/en/latest/components/fullstop.html
Apache License 2.0
40 stars 14 forks source link

Testcontainers postgres #600

Closed harti2006 closed 6 years ago

harti2006 commented 6 years ago

Use testcontainers postgres in unit and integration tests. This relieves us from having a postgres database available before running the (integration test suite).

Requires a running and up-to-date docker environment.

codecov[bot] commented 6 years ago

Codecov Report

Merging #600 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #600   +/-   ##
=========================================
  Coverage     58.44%   58.44%           
  Complexity      629      629           
=========================================
  Files           153      153           
  Lines          3465     3465           
  Branches        233      233           
=========================================
  Hits           2025     2025           
  Misses         1343     1343           
  Partials         97       97

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aab885b...6af8d81. Read the comment docs.

harti2006 commented 6 years ago

:+1:

ChristianLohmann commented 6 years ago

:+1: