Closed whd closed 7 years ago
Merging #83 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #83 +/- ##
=======================================
Coverage 48.21% 48.21%
=======================================
Files 14 14
Lines 280 280
Branches 31 31
=======================================
Hits 135 135
Misses 143 143
Partials 2 2
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 58e3c00...9bbff46. Read the comment docs.
Sorry about breaking this. I later found out there is a more universally accepted way to not send all the things to the docker container -- using a .dockerignore file. @whd - do you want doing that instead? That approach hopefully won't break local development.
Example:
@wlach I updated the PR to ignore version.json and added a touch to the build script to avoid breaking local environments. However, .dockerignore sounds like the right way to go.
@wlach I'm going to close this, please file a PR with the recursive copy and a .dockerignore file since I'm not sure which files you wanted to exclude.
Fallout from https://github.com/mozilla/missioncontrol/pull/39/, we need this file to rebuild dev for the celery changes.