Closed WesCossick closed 3 years ago
Merging #253 (ee12fe6) into master (e8c7cfb) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #253 +/- ##
=======================================
Coverage 84.88% 84.88%
=======================================
Files 1 1
Lines 86 86
Branches 24 24
=======================================
Hits 73 73
Misses 13 13
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 e8c7cfb...ee12fe6. Read the comment docs.
Earlier, I committed a change that fixed a problem incorrectly. The problem was not that the
website/
directory used the parent directory, the problem was that it referenced it the wrong way. It should have referenced it aslink:../
and not just../
.