Skip to content
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

Added A/A testing #7173

Merged
merged 3 commits into from
Sep 3, 2019
Merged

Added A/A testing #7173

merged 3 commits into from
Sep 3, 2019

Conversation

karrtikr
Copy link

@karrtikr karrtikr commented Sep 2, 2019

For #6793

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Appropriate comments and documentation strings in the code
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • [ ] Test plan is updated as appropriate
  • [ ] package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • [ ] The wiki is updated with any design decisions/details.

@codecov-io
Copy link

codecov-io commented Sep 2, 2019

Codecov Report

Merging #7173 into master will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7173      +/-   ##
==========================================
- Coverage    58.5%   58.47%   -0.03%     
==========================================
  Files         485      486       +1     
  Lines       21446    21458      +12     
  Branches     3462     3462              
==========================================
+ Hits        12546    12547       +1     
- Misses       8122     8135      +13     
+ Partials      778      776       -2
Impacted Files Coverage Δ
src/client/activation/serviceRegistry.ts 100% <100%> (ø) ⬆️
src/client/activation/aaTesting.ts 100% <100%> (ø)
src/client/common/experimentGroups.ts 100% <100%> (ø) ⬆️
src/client/common/logger.ts 68.55% <0%> (-6.92%) ⬇️

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 83185a6...8bd0add. Read the comment docs.

Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@karrtikr karrtikr merged commit 78360c4 into microsoft:master Sep 3, 2019
@karrtikr karrtikr deleted the aa branch September 3, 2019 23:41
@lock lock bot locked as resolved and limited conversation to collaborators Sep 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants