-
Notifications
You must be signed in to change notification settings - Fork 1
Adding support for feature flags on UI #515
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
5e667c1 to
fa18b4e
Compare
fa18b4e to
7d4b8e6
Compare
Codecov Report
@@ Coverage Diff @@
## master #515 +/- ##
==========================================
- Coverage 90.90% 90.88% -0.03%
==========================================
Files 73 74 +1
Lines 1364 1371 +7
Branches 97 97
==========================================
+ Hits 1240 1246 +6
Misses 90 90
- Partials 34 35 +1
Continue to review full report at Codecov.
|
|
|
||
| const APP_CONFIGURATION_CLIENT = new InjectionToken<AppConfigurationClient>('Azure configuration client', { | ||
| providedIn: 'root', | ||
| factory: () => new AppConfigurationClient(AZURE_APP_CONFIGURATION_CONNECTION_STRING) |
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.
Not sure if I should change the way I test this component so that the coverage report does not complain about not reaching this line on unit tests.
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.
It's OK, no worries
|
|
||
| const APP_CONFIGURATION_CLIENT = new InjectionToken<AppConfigurationClient>('Azure configuration client', { | ||
| providedIn: 'root', | ||
| factory: () => new AppConfigurationClient(AZURE_APP_CONFIGURATION_CONNECTION_STRING) |
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.
It's OK, no worries
|
closes #522 |
Adding support for feature flags on UI