-
Notifications
You must be signed in to change notification settings - Fork 17
Group Tests When Running In Github CI #236
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
Group Tests When Running In Github CI #236
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #236 +/- ##
==========================================
+ Coverage 32.46% 32.56% +0.10%
==========================================
Files 17 17
Lines 2597 2641 +44
==========================================
+ Hits 843 860 +17
- Misses 1754 1781 +27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bdb4b35 to
02d8376
Compare
…dules#237) * add depth and message for Query, and some related fixes * remove unused import
* split nightly from generic CI * version bump actions * update poetry lock * remove usage of pkg_resources * bump poetry version * update toml and poetry lock again * fix whitespace * Rename nightly-build job to build in biweekly.yml * support version on python 3.7 * run CI on older and newer python version * add old versions back and lock poetry * fix run * another attempt * another attempt * another attempt * another attempt * another attempt * another attempt * another attempt * fix poetry lock * CI improvement * improve comment and concurrency group * add failure notification
* refactor to use cluster slots to ensure agreement * expose to Env * wait for both OK and same topo * minor improvements
02d8376 to
1baa5fa
Compare
Co-authored-by: GuyAv46 <47632673+GuyAv46@users.noreply.github.com>
When we have a lot of tests then the outpus size can be massive and it is hard to find the problematic tests.

When running in github group all tests under a single group, print the summary outside of the group.