Closed vetikent closed 4 years ago
Merging #116 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #116 +/- ##
=======================================
Coverage 81.25% 81.25%
=======================================
Files 5 5
Lines 64 64
=======================================
Hits 52 52
Misses 12 12
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 05a2ee6...b302ec9. Read the comment docs.
An ArgumentError occurs when trying to run
mix guardian.db.gen.migration
prior to configuring the app. Since I followed the README from top to bottom I attempted to generate the migration and ended up with aapplication was not loaded/started
error:This PR clarifies the instructions.