Skip to content

Conversation

juanultimate
Copy link
Contributor

Adding support for feature flags on UI

@juanultimate juanultimate force-pushed the feature-toggles branch 5 times, most recently from 5e667c1 to fa18b4e Compare September 22, 2020 16:35
@codecov
Copy link

codecov bot commented Sep 22, 2020

Codecov Report

Merging #515 into master will decrease coverage by 0.02%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
.../shared/feature-toggles/feature-toggles.service.ts 83.33% <83.33%> (ø)
src/environments/environment.ts 100.00% <100.00%> (ø)
.../components/technologies/technologies.component.ts 84.84% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 94c8360...7d4b8e6. Read the comment docs.


const APP_CONFIGURATION_CLIENT = new InjectionToken<AppConfigurationClient>('Azure configuration client', {
providedIn: 'root',
factory: () => new AppConfigurationClient(AZURE_APP_CONFIGURATION_CONNECTION_STRING)
Copy link
Contributor Author

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.

Copy link
Contributor

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)
Copy link
Contributor

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

@enriquezrene enriquezrene merged commit 63d5e7f into master Oct 6, 2020
@enriquezrene enriquezrene deleted the feature-toggles branch October 6, 2020 02:50
@enriquezrene
Copy link
Contributor

closes #522

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants