-
Notifications
You must be signed in to change notification settings - Fork 123
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
Fixing CICD #2510
Fixing CICD #2510
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Local: Build & test on Ubuntu doesn't run as expected and is constantly rerunning tests. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2510 +/- ##
==========================================
- Coverage 83.83% 77.73% -6.11%
==========================================
Files 44 44
Lines 8685 8685
==========================================
- Hits 7281 6751 -530
- Misses 1404 1934 +530 |
The error might come from this warning raised in the initialization of the container: |
Closing this PR as #2514 fixed the issue |
Closes #2509.