🛠 Tooling: Add instrumentation to repo end-to-end tests #472
Labels
area: testing
Improving how the repository's tests are run and/or code is tested
status: accepting prs
Please, send a pull request to resolve this!
Bug Report Checklist
main
branch of the repository.Overview
#441 (
src/setup
) and #469 (src/hydrate
) both added a bunch of code undersrc/
, without fully unit testing that code. They have followup issues for adding more unit tests: #447 and #471, respectively.But! The
src/hydrate/index.ts
andsrc/setup/index.ts
scripts, despite not being unit tested, are end-to-end tested:pnpm run hydrate:test
andpnpm run setup:test
, respectively. So I'd consider those lines as covered... even though Codecov doesn't think so.So in theory this repository could:
pnpm run hydrate:test
andpnpm run setup:test
commands to generate code coverage reportsIt'd be really nice to get that code coverage report on the README.md to the high number it deserves to be! 💚
Additional Info
No response
The text was updated successfully, but these errors were encountered: