-
Notifications
You must be signed in to change notification settings - Fork 276
ci: run unit tests on main once a day #1319
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #1319 +/- ##
=======================================
Coverage 90.96% 90.96%
=======================================
Files 222 222
Lines 7501 7501
=======================================
Hits 6823 6823
Misses 678 678 ☔ View full report in Codecov by Sentry. |
|
🔍 https://github.com/slackapi/bolt-python/actions/runs/15888693157/job/44806750500?pr=1319#step:11:50 An update to The - plugins: anyio-3.7.1, cov-4.1.0
+ plugins: anyio-4.9.0, cov-6.2.1, asyncio-0.26.0 |
zimeg
left a comment
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.
📝 And a note of these changes for the kind reviewers!
| schedule: | ||
| - cron: "0 0 * * *" |
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.
⌛ This was also a quick value that I'm so open to changing per suggestion 🙏 ✨
WilliamBergamin
left a comment
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.
Thanks for putting this together 💯
One question before I approve this; if these tests fail where will they report their failure?
|
@WilliamBergamin And thank you for the updates to tests 🫡
I've found that "watching" all activity on a project sends failing CI from The notifications are something similar to this IIRC: |
WilliamBergamin
left a comment
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.
Looks good 💯
Should we consider using our Github action to send errors to our triage channel?

Summary
This PR runs the unit tests once a day to confirm the latest versions of scoped requirements continue to pass 🤖
Related: slackapi/python-slack-sdk#1697
Perhaps also #1317: https://github.com/slackapi/bolt-python/actions/runs/15833832234/job/44799314169
Testing
If this is merged to
mainI believe the tests will repeat! Reference:scheduleI'm hoping to run the tests in CI with this PR also 👾 ✨
Notes
I'd be open to making a similar change for other testing related workflows, but this might be enough to catch problems soon?
codecov.ymlflake8.ymlmypy.ymlCategory
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
./scripts/install_all_and_run_tests.shafter making the changes.