typegoose / mongodb-memory-server

Manage & spin up mongodb server binaries with zero(or slight) configuration for tests.
https://typegoose.github.io/mongodb-memory-server/
MIT License
2.57k stars 185 forks source link

feat(MongoBinaryDownload): follow redirects #786

Closed MattA48 closed 1 year ago

MattA48 commented 1 year ago

Add follow-redirects library to handle 302 redirects on fastdl.mongodb.org

Related Issues

codecov[bot] commented 1 year ago

Codecov Report

Merging #786 (0d81c81) into master (5fd9fd9) will decrease coverage by 0.14%. The diff coverage is 42.85%.

@@            Coverage Diff             @@
##           master     #786      +/-   ##
==========================================
- Coverage   90.60%   90.46%   -0.14%     
==========================================
  Files          14       14              
  Lines        1916     1920       +4     
  Branches      496      498       +2     
==========================================
+ Hits         1736     1737       +1     
- Misses        171      174       +3     
  Partials        9        9              
Files Changed Coverage Δ
...memory-server-core/src/util/MongoBinaryDownload.ts 68.42% <33.33%> (-0.92%) :arrow_down:
...ngodb-memory-server-core/src/util/resolveConfig.ts 93.42% <100.00%> (+0.08%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

MattA48 commented 1 year ago

Looks fine to me - thanks

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 8.14.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: