Conversation
Codecov Report
@@ Coverage Diff @@
## master #6260 +/- ##
==========================================
- Coverage 93.99% 93.96% -0.04%
==========================================
Files 169 169
Lines 11544 11544
==========================================
- Hits 10851 10847 -4
- Misses 693 697 +4
Continue to review full report at Codecov.
|
|
@davimacedo I think this is good, should help with the flaky tests. I re-ran travis a few times |
|
@vitaly-t Using Ubuntu Xenial for Travis build adds more disk space and PG 11 has better WAL (write ahead log) improvements. |
|
For future reference, I think wal_level defaults to minimal in PG 11, I'm not sure but we could add the following to travis.yml in the future if we run into that disk space issue again. |
|
@dplewis Interesting! I've been looking for some help with PG v11 here - vitaly-t/pg-promise#670 But no luck... If you can make time and help me update pg-promise to use PG v11, that would be awesome!!! |
|
No problem! |
* Run tests against Postgres 11 * postgis package * use xenial travis image * port 5432
No description provided.