We should follow @hynek's advice https://hynek.me/articles/testing-packaging/ and move custodia into a src subdirectory. His blog post describes the necessity in great detail. Once the code is in src/ directory, I can improve coverage reporting. The current project layout confuses coverage. We also don't test what we actually install.
We should follow @hynek's advice https://hynek.me/articles/testing-packaging/ and move custodia into a src subdirectory. His blog post describes the necessity in great detail. Once the code is in src/ directory, I can improve coverage reporting. The current project layout confuses coverage. We also don't test what we actually install.