Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Report coverage for oldest and newest Python tested (#1817)
* Report coverage for the oldest Python (3.7) and newest (3.10) that are tested to ensure that version specific 'if' statements are properly covered. * Add Python version specific flags to the coverage reporting to compare differences in coverage and track coverage changes across versions more easily. * Follow up to PR #1753
- Loading branch information