Closed karenhanson closed 2 years ago
Merging #650 (a8baf72) into integration (9c17f89) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## integration #650 +/- ##
==============================================
Coverage 45.63% 45.63%
Complexity 1047 1047
==============================================
Files 57 57
Lines 9146 9146
Branches 1683 1683
==============================================
Hits 4174 4174
Misses 4422 4422
Partials 550 550
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 e412867...a8baf72. Read the comment docs.
Not sure if dependabot will catch this, so submitting a manual PR for the latest version of EPUBCheck.
Two changes to EPUBCheck since 4.2.2 cause some tests to fail:
Update 4/14/2021: since the original PR, EPUBCheck 4.2.5 is now available, and so I've pushed a commit for that. No changes to the code were required, but the new checker identified an issue in one of the test files - this line in the OPF:
<meta refines="title" property="title-type">
needed to be using the fragment reference:<meta refines="#title" property="title-type">
Update 1/26/2022: EPUBCheck 4.2.6 is now available and so I've incremented the version again. No additional changes required to the code as far as I can tell - tests still pass.