-
Notifications
You must be signed in to change notification settings - Fork 107
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
trigger to unit tests upon completion of UML action #619
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #619 +/- ##
===============================================
- Coverage 71.81% 66.79% -5.02%
===============================================
Files 38 36 -2
Lines 3136 3078 -58
Branches 599 593 -6
===============================================
- Hits 2252 2056 -196
- Misses 773 933 +160
+ Partials 111 89 -22 ☔ View full report in Codecov by Sentry. |
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.
I'm not sure how this will interact with the required checks (i.e. will it mark the checks completed when the triggering event is another workflow?)! But let's give it a shot ;)
🙌 Nice!! |
Addresses #618 by explicitly triggering the required unit tests after the UML action is run.