scitran / core

RESTful API
https://scitran.github.io
MIT License
18 stars 18 forks source link

Pin the mongodb version to 3.2 in run-tests-docker.sh #1036

Closed ehlertjd closed 6 years ago

ehlertjd commented 6 years ago

Integration tests were failing due to aggregation framework changes in mongo 3.6 (which is what docker pulled down by default on my system)

Review Checklist

codecov-io commented 6 years ago

Codecov Report

Merging #1036 into master will increase coverage by 59.32%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #1036       +/-   ##
==========================================
+ Coverage   31.38%   90.7%   +59.32%     
==========================================
  Files          50      50               
  Lines        6813    6813               
==========================================
+ Hits         2138    6180     +4042     
+ Misses       4675     633     -4042