Commit a1e0917
authored
<!-- mellea-pr-edited-marker: do not remove this marker -->
# Misc PR
## Type of PR
- [ ] Bug Fix
- [ ] New Feature
- [ ] Documentation
- [x] Other
## Description
- [x] Link to Issue: Fixes #565
<!-- Brief description of the change being made along with an explanation. -->
Removed `--cov-report=term` from the `[tool.pytest.ini_options]` configuration in `pyproject.toml` to prevent test runs from dumping large code coverage tables to the terminal. Test coverage is still generated and output to files `htmlcov/` and `coverage.json`.
### Testing
- [ ] Tests added to the respective file if code was changed
- [ ] New code has 100% coverage if code as added
- [ ] Ensure existing tests and github automation passes (a maintainer will kick off the github automation when the rest of the PR is populated)
1 parent 6901c93 commit a1e0917
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | 256 | | |
258 | 257 | | |
259 | 258 | | |
| |||
0 commit comments