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

consolidate output and clean up legacy code and settings #910

Merged
merged 3 commits into from
Sep 26, 2022

Conversation

connectdotz
Copy link
Collaborator

@connectdotz connectdotz commented Sep 25, 2022

Summary

  • consolidate test run output from OutputChannel to Terminal.
  • does not open TestExplorer "last run" terminal automatically on starting up anymore.
  • retire jest.showTerminalOnLaunch (potential breaking change)
  • update jest.testExplorer interface, removed enabled and showClassicStatus (potential breaking change)
  • remove legacy status decorations (potential breaking change)
  • fix random missing output issue
  • detect more common errors and output action inline
  • consolidate runtime event handling (regarding output) to test-provider.
  • upgrade vscode engine to 1.68.1 (May 2022)

fixes #882

@coveralls
Copy link

Pull Request Test Coverage Report for Build 3120671118

  • 231 of 235 (98.3%) changed or added relevant lines in 13 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 95.774%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/StatusBar.ts 0 1 0.0%
src/test-provider/test-provider.ts 14 15 93.33%
src/test-provider/test-item-data.ts 70 72 97.22%
Totals Coverage Status
Change from base Build 3048149288: 0.2%
Covered Lines: 2753
Relevant Lines: 2814

💛 - Coveralls

@connectdotz connectdotz merged commit c567e4e into jest-community:master Sep 26, 2022
@connectdotz connectdotz deleted the output-consolidation branch September 26, 2022 19:47
legend1202 pushed a commit to legend1202/vscode-jest that referenced this pull request Jun 18, 2023
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.

Default showTerminalOnLaunch to false
2 participants