-
Couldn't load subscription status.
- Fork 7
added HTML reporting and updated pipeline to use latest orb-tools #33
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
Conversation
davidbuzinski
commented
Apr 13, 2022
- Added HTML test reporting and HTML test coverage
- Separated long commands to scripts in src/scripts to conform to CircleCI best practices
- Updated circleci/orb-tools version
- Updated pipeline to follow latest orb-tools template
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.
🚀 Love the improvements.
When you merge, just make sure to squash and merge (if you like) and add [semver:minor] to the title.
| @@ -0,0 +1,286 @@ | |||
| version: 2.1 | |||
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.
Nice! Like the refactoring.
| @@ -1,315 +1,36 @@ | |||
| version: 2.1 | |||
|
|
|||
| setup: true | |||
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.
New to me. Haven't used Circle's dynamic config yet.
| echo 'export PATH="'$rootdir'/bin:$PATH"' >> $BASH_ENV | ||
| environment: | ||
| PARAM_RELEASE: <<parameters.release>> | ||
| command: <<include(scripts/install.sh)>> |
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.
This is also new AFAIK and much better than having to do inline bash.
| build: | ||
| machine: | ||
| image: ubuntu-1604:201903-01 | ||
| image: ubuntu-2004:202111-02 |
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.
Yay! These examples have needed an update for some time.