Skip to content

Conversation

Stevenic
Copy link
Contributor

No description provided.

@Stevenic Stevenic requested review from johnataylor and v-ducvo April 27, 2018 22:22
@coveralls
Copy link

coveralls commented Apr 27, 2018

Pull Request Test Coverage Report for Build 351

  • 66 of 71 (92.96%) changed or added relevant lines in 7 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.2%) to 80.924%

Changes Missing Coverage Covered Lines Changed/Added Lines %
libraries/botbuilder-dialogs/src/prompts/oauthPrompt.ts 2 4 50.0%
libraries/botbuilder-dialogs/src/dialog.ts 35 38 92.11%
Files with Coverage Reduction New Missed Lines %
libraries/botbuilder-dialogs/src/dialogContext.ts 2 94.52%
Totals Coverage Status
Change from base Build 343: -0.2%
Covered Lines: 1931
Relevant Lines: 2314

💛 - Coveralls

Fixed a bug in DialogSet.createContext()
*
* ```JS
* dialogs.add('namePrompt', [
* async function (dc) {
Copy link
Member

Choose a reason for hiding this comment

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

suggestion: consider making this an arrow function?
async (dc) => { }

@Stevenic Stevenic merged commit 9fe24a9 into master Apr 27, 2018
@Stevenic Stevenic deleted the stevenic/dialog-tweaks branch April 27, 2018 23:53
chrimc62 pushed a commit that referenced this pull request May 3, 2018
* renamed Control and CompositeControl classes

* Renamed DialogContext.instance to DialogContext.currentDialog

* Fixed circular dependency and updated unit tests

* Updated samples to use new dialog constructs

* published updated bits

* Changed DialogResult to DialogCompletion

* Updated samples

Fixed a bug in DialogSet.createContext()

* published new bits
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.

3 participants