-
Notifications
You must be signed in to change notification settings - Fork 31
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
GHA: Additional nightly tests #1578
Conversation
Regularly check benchmark collection models, performance tests and documentation.
Codecov Report
@@ Coverage Diff @@
## develop #1578 +/- ##
===========================================
+ Coverage 78.81% 78.83% +0.01%
===========================================
Files 67 67
Lines 10636 10636
===========================================
+ Hits 8383 8385 +2
+ Misses 2253 2251 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I see the motivation for doing this for benchmark collection models, but why do we need this for performance/documentation? |
Kudos, SonarCloud Quality Gate passed! |
They are sensitive to changes in external packages. It's often not obvious whether some failure is due to our changes or due to some dependency. Daily runs without any code changed make it easier to notice and pinpoint these issues. Especially for all the sphinx-related stuff it has been pretty time consuming to fix such issues... |
👍 |
Regularly check benchmark collection models, performance tests and documentation.