Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #685 +/- ##
==========================================
+ Coverage 82.33% 83.96% +1.62%
==========================================
Files 130 131 +1
Lines 2463 2488 +25
Branches 200 198 -2
==========================================
+ Hits 2028 2089 +61
+ Misses 392 354 -38
- Partials 43 45 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
cf9c1dc to
144633c
Compare
|
Currently it checks if the In this project the core app does not have many tables but for openzaak for example it should probably be a zip/tar? |
stevenbal
left a comment
There was a problem hiding this comment.
@Floris272 how much work would it be to export it to a .zip? I think that's probably ideal, otherwise let's make sure the CSV output dir always exists
Didn't take much work, made export directory static and added it to the project, after the zip has been created all .csv files will be deleted in |
stevenbal
left a comment
There was a problem hiding this comment.
Some stuff related to running the command in docker, forgot to test this previously
stevenbal
left a comment
There was a problem hiding this comment.
comment remaining about pg client version
Partially closes maykinmedia/open-api-framework#188
Changes