-
Notifications
You must be signed in to change notification settings - Fork 69
Update circleci config #2022
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
base: main
Are you sure you want to change the base?
Update circleci config #2022
Conversation
Moved the code coverage installation / setup step up so that we get more info in the coverage data. Added an `or` switch to the conditions under which code coverage data is generated so that we can easily trigger coverage generation outside of the nightly build.
dd764eb
to
ebf36c4
Compare
@@ -500,7 +500,7 @@ echo ${arg_r} | |||
echo | |||
echo $PROCESS_FILE_INSTALL_PATH | |||
|
|||
~/bin/services restart | |||
#~/bin/services restart |
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.
Please remove this line rather than adding commented out code.
condition: | ||
or: | ||
- and: | ||
- equal: [ scheduled_pipeline, << pipeline.trigger_source >> ] |
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.
Please can you add some documentation to explain how to trigger code coverage capture (this could be a readme or just comments in this file)
Description
Moved the code coverage installation / setup step up so that we get more
info in the coverage data.
Added an
or
switch to the conditions under which code coverage data isgenerated so that we can easily trigger coverage generation outside of
the nightly build.
Motivation and Context
Tests performed
Checklist: