Closed phil-davis closed 4 years ago
Merging #129 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #129 +/- ##
=========================================
Coverage 86.78% 86.78%
Complexity 197 197
=========================================
Files 32 32
Lines 923 923
=========================================
Hits 801 801
Misses 122 122
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 a4f09fb...114d41e. Read the comment docs.
Description
If I clone this repo and immediately
make test-php-unit
it dies. I first need to know to docomposer install
or some othermake
target that will install the composer dependencies.Add the composer dependencies so that
make test-php-unit
will "just work"(I noticed this when sorting out
Makefile
for the metrics app)How Has This Been Tested?
Local
make test-php-unit
Types of changes
Checklist: