Closed alysivji closed 4 years ago
Merging #307 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #307 +/- ##
=======================================
Coverage 92.52% 92.52%
=======================================
Files 70 70
Lines 2193 2193
=======================================
Hits 2029 2029
Misses 164 164
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 90ce14c...72e4739. Read the comment docs.
Part of #283
What does this do
Downloads files from git-lfs when cloning the repo to build an image.
Why are we doing this
Currently, we are serving file pointers; this change will let us download the file itself when serving static assets. Still good using WhiteNoise to serve static assets. No need to set up a CDN on Digital Ocean just yet.
How should this be tested
Does this work in production?
Migrations
n/a
Dependencies
n/a
Callouts
n/a