-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Use a Composite Action for Testing Type Completeness #4367
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
Conversation
Interesting. Are there any functional changes to it apart from it being outsourced? Also, can you deliberately change something so that the test fails (so that I know it's actually working) 😅 |
currently PTB allows a 0.1% decrease of type completeness - I threw that out for now.
Will do :) |
well, shit :D |
all, right, here we go. failing workflow at https://github.com/python-telegram-bot/python-telegram-bot/actions/runs/9872648792/job/27263177990?pr=4367 caused by 7de2541 |
This reverts commit 7de2541.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good thing that was tested!
outsources the code to a reusable component. I'm also using this in
aiorem
now.