-
Notifications
You must be signed in to change notification settings - Fork 124
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
ci: adding-profiling-to-unit-tests #3676
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3676 +/- ##
=======================================
Coverage 87.09% 87.09%
=======================================
Files 187 187
Lines 14694 14695 +1
=======================================
+ Hits 12798 12799 +1
Misses 1896 1896 |
@pyansys-ci-bot LGTM. |
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.
Description
This PR runs the profiler along with pytest. The profiler output is written to the directory
prof
which I am uploading as an artifact. Additionally, if you use the flag--profile-svg
, an SVG file with the profiling information is written, like this:Issue linked
NA
Checklist
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)