-
Notifications
You must be signed in to change notification settings - Fork 128
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: Add edb label to labeler #3761
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
@ansys-reviewer-bot review |
Okay, I will trigger a review of your PR. |
.github/labeler.yml
Outdated
- examples/01-HFSS3DLayout/EDB_in_3DLayout.py | ||
- examples/05-Q3D/Q3D_from_EDB.py | ||
- pyaedt/edb_core/** | ||
- pyaedt/edb.py |
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.
Always include a newline at the end of the file. To fix this, add an empty line at the end of the labeler.yml file:
- pyaedt/edb.py | |
+- pyaedt/edb.py | |
Other than the newline at the end of the file, the patch seems fine, and adds new EDB categories for the labeler.
Codecov Report
@@ Coverage Diff @@
## main #3761 +/- ##
===========================================
+ Coverage 31.43% 81.07% +49.63%
===========================================
Files 179 179
Lines 61935 61935
===========================================
+ Hits 19468 50211 +30743
+ Misses 42467 11724 -30743 |
8408b4e
to
c4614cb
Compare
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.
LGTM
Update the Github workflow labeler to track changes related to
edb
(based on specific modified files).This could me removed later on but would be of great help for the split between AEDT and EDB.