-
Notifications
You must be signed in to change notification settings - Fork 79
tests: testing all with ignore pattern #679
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
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.
Pull Request Overview
This PR modifies the CI testing workflow to ensure all tests are executed by changing the test discovery approach. Instead of explicitly listing specific test directories and files, it now runs pytest on the entire repository with ignore patterns for directories that should be run separately.
- Simplified test execution by using pytest discovery on the entire repository
- Added ignore patterns to exclude processing and raw test directories from parallel execution
- Added documentation comment to clarify the relationship between ignored and separately executed tests
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@deependujha lets try increase to |
|
github ci has 2 cpus only. So I stayed with |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #679 +/- ##
===================================
Coverage 84% 84%
===================================
Files 52 52
Lines 7021 7021
===================================
+ Hits 5902 5903 +1
+ Misses 1119 1118 -1 🚀 New features to boost your workflow:
|
Before submitting
What does this PR do?
Ensure that all tests are executed, addresses #620 (comment)
fused together with #678
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in GitHub issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃