Skip to content

Conversation

@Borda
Copy link
Collaborator

@Borda Borda commented Aug 7, 2025

Before submitting
  • Was this discussed/agreed via a Github issue? (no need for typos and docs improvements)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure to update the docs?
  • Did you write any new necessary tests?

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 🙃

@Borda Borda requested review from lantiga and tchaton as code owners August 7, 2025 12:01
@Borda Borda requested review from Copilot and deependujha August 7, 2025 12:02
Copy link
Contributor

Copilot AI left a 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

Borda and others added 2 commits August 7, 2025 14:02
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Borda Borda changed the title tests: testing all with ignore pattern tests: testing all with ignore pattern (#678) Aug 7, 2025
@Borda Borda enabled auto-merge (squash) August 7, 2025 12:07
@deependujha deependujha changed the title tests: testing all with ignore pattern (#678) tests: testing all with ignore pattern Aug 7, 2025
@Borda
Copy link
Collaborator Author

Borda commented Aug 7, 2025

@deependujha lets try increase to -n 4

@deependujha
Copy link
Collaborator

github ci has 2 cpus only. So I stayed with -n 2. Let's see how it goes.

@codecov
Copy link

codecov bot commented Aug 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84%. Comparing base (2ba36e7) to head (c4b409b).
⚠️ Report is 1 commits behind head on main.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Borda Borda merged commit a543725 into main Aug 7, 2025
36 checks passed
@Borda Borda deleted the ci/tests branch August 7, 2025 13:09
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.

4 participants