Closed phil-davis closed 5 years ago
Merging #154 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #154 +/- ##
=========================================
Coverage 18.93% 18.93%
Complexity 268 268
=========================================
Files 24 24
Lines 1183 1183
=========================================
Hits 224 224
Misses 959 959
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 9fc70ca...268a499. 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: