-
Notifications
You must be signed in to change notification settings - Fork 14
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
Also test with Python 3.13, default for HA 2024.12 #38
Conversation
jwillemsen
commented
Nov 29, 2024
* .github/workflows/pylint.yml: * .github/workflows/pytest.yml:
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #38 +/- ##
=======================================
Coverage 55.32% 55.32%
=======================================
Files 11 11
Lines 817 817
=======================================
Hits 452 452
Misses 365 365 ☔ View full report in Codecov by Sentry. |
Please fix the issues in pylint. https://github.com/fredrike/pydaikin/actions/runs/12084995556/job/34115168524?pr=38 |
Looks something in pylint, see pylint-dev/pylint#10112 |
I don't seem to be able to rerun the pylint test. Can you make a new push to trigger the test so we can see that it runs fine now? |
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.
Lgtm
When you go to the project settings at github you can enable |
Merged master, which triggers a rerun of the actions, looks they all run fine now |