Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Adds pyupgrade and adjust coverage settings #24

Merged
merged 6 commits into from
Sep 26, 2023
Merged

Conversation

jefftriplett
Copy link
Contributor

@jefftriplett jefftriplett commented Sep 26, 2023

pyupgrade should future-proof some small changes once you drop Python 3.8. This also includes a small coverage change to avoid having different defaults in different locations.

python -m coverage html --skip-covered --skip-empty
python -m coverage report | sed 's/^/ /' >> $GITHUB_STEP_SUMMARY
python -m coverage report --fail-under=50
python -m coverage report --format=markdown --skip-covered >> $GITHUB_STEP_SUMMARY
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshuadavidthomas this is mainly personal preference in case you want the full coverage table.

@jefftriplett jefftriplett marked this pull request as ready for review September 26, 2023 13:59
@jefftriplett jefftriplett enabled auto-merge (squash) September 26, 2023 14:09
@jefftriplett jefftriplett merged commit 9cc6297 into main Sep 26, 2023
24 checks passed
@jefftriplett jefftriplett deleted the add-pyupgrade branch September 26, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant