-
Notifications
You must be signed in to change notification settings - Fork 12
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
Version 3 #132
base: master
Are you sure you want to change the base?
Version 3 #132
Conversation
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Codecov Report
@@ Coverage Diff @@
## master #132 +/- ##
==========================================
- Coverage 79.59% 79.43% -0.16%
==========================================
Files 32 32
Lines 2220 2208 -12
Branches 529 527 -2
==========================================
- Hits 1767 1754 -13
- Misses 453 454 +1
Continue to review full report at Codecov.
|
@@ -22,150 +22,175 @@ jobs: | |||
token: ${{ secrets.NPM_TOKEN }} | |||
access: public | |||
package: ./app-config-config/package.json | |||
tag: next |
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.
TODO: remove before merging
Codecov Report
@@ Coverage Diff @@
## master #132 +/- ##
==========================================
- Coverage 80.10% 79.80% -0.30%
==========================================
Files 42 42
Lines 2498 2392 -106
Branches 605 559 -46
==========================================
- Hits 2001 1909 -92
+ Misses 497 483 -14
Continue to review full report at Codecov.
|
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
Closes #130
getEnv
, etc.default-extensions
composeExtensions
in config loading to prove robustnessWill depend on #134, #135, #136