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

chore: test:compat to botbuilder-lg #3846

Merged
merged 5 commits into from
Jul 30, 2021
Merged

Conversation

joshgummersall
Copy link
Contributor

#minor

@joshgummersall joshgummersall requested review from stevengum and a team as code owners July 2, 2021 20:26
@joshgummersall joshgummersall requested a review from Stevenic July 2, 2021 20:26
@coveralls
Copy link

coveralls commented Jul 2, 2021

Pull Request Test Coverage Report for Build 1080463525

  • 70 of 75 (93.33%) changed or added relevant lines in 7 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 84.486%

Changes Missing Coverage Covered Lines Changed/Added Lines %
libraries/botbuilder-lg/src/expander.ts 17 18 94.44%
libraries/botbuilder-lg/src/extractor.ts 0 4 0.0%
Totals Coverage Status
Change from base Build 1080410237: 0.03%
Covered Lines: 19573
Relevant Lines: 21939

💛 - Coveralls

Copy link
Member

@stevengum stevengum left a comment

Choose a reason for hiding this comment

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

:shipit:

const result: AnalyzerResult = new AnalyzerResult();
const switchCaseNodes: lp.SwitchCaseRuleContext[] = ctx.switchCaseTemplateBody().switchCaseRule();
const switchCaseNodes: SwitchCaseRuleContext[] = ctx.switchCaseTemplateBody().switchCaseRule();
Copy link
Member

Choose a reason for hiding this comment

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

This typing doesn't look to be necessary, but with the other work going on I'm not blocking on this

@joshgummersall joshgummersall merged commit ba4912a into main Jul 30, 2021
@joshgummersall joshgummersall deleted the jpg/botbuilder-lg-test-compat branch July 30, 2021 16:22
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.

4 participants