Closed oefe closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
85c3ffa
) 100.00% compared to head (1f6cce7
) 89.19%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
thanks!
Description
PyPI and various other tools don't report any license for pytest-recording.
Apparently, these tools rely on the trove classifier, not on the license setting in pyproject.toml or the LICENSE file in the project tree.
Add the trove classifier for consistency and compatibility with these tools.
Checklist