-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(build, aboutModal, helpers): issues/29 version display #31
Conversation
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
=========================================
- Coverage 61.93% 61.53% -0.4%
=========================================
Files 85 85
Lines 2015 2015
Branches 326 323 -3
=========================================
- Hits 1248 1240 -8
- Misses 644 653 +9
+ Partials 123 122 -1
Continue to review full report at Codecov.
|
b56259a
to
cc2b426
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.
👍
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.
Looks Good 😄
* build, version script added, dotenv updated * aboutModal, add UI version information * helpers, add the ability to copy and paste version information
What's included
Notes
package.json
file... the hash pulls from the last commit. This may need to be flipped over to pulling from the tag instead, but for this round the intention is to keep package.json in sync.How to test
Coverage and basic unit test check
$ npm install
or$ yarn
$ npm test
or$ yarn test
Interactive unit test check
$ npm install
or$ yarn
$ npm run test:dev
or$ yarn test:dev
Run the UI
$ yarn
, if you don't have yarn installed you can use brew or$ npm install yarn -g
, next$ yarn start:review
... this should compile the image, then run the container with the latest changesExample
Local run staging example
Local run review example
Updates issue/story
#29