Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Resolve the Codecov reporting (#58)
# Description This resolves the code coverage reporting, so the actual source files will also have coverage reported. I configured my own fork with a token and you can view the results: https://app.codecov.io/github/stumpylog/whoosh-reloaded The main fix is to install using `pip install -e .` or editable. Otherwise, coverage was not picked up those files are being relvant. The other small fix was to only run the testing once. Closes: #48 # Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code in hard-to-understand areas - [ ] I have made corresponding changes to the documentation
- Loading branch information