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

merge beta back to master #473

Merged
merged 49 commits into from
Jun 25, 2019
Merged

merge beta back to master #473

merged 49 commits into from
Jun 25, 2019

Conversation

connectdotz
Copy link
Collaborator

@connectdotz connectdotz commented Jun 25, 2019

closing out #442

escaton and others added 30 commits September 19, 2018 16:24
- `await` the end of the `stopAll` inside `runTest` (`JestExt.ts`)
- Move call to `this.runner.closeProcess()` to after `this.resolve` is set (`JestProcess.ts`)
It looks like `JestProcessManager` should be able to handle concurrent stopping and starting, so this change was not needed.
escaton and others added 19 commits June 3, 2019 17:03
* use Map to store jest instances

* remove enbledWorkspaceFolders, update README, handle disabledWorkspaceFolders change on the fly

* review fixes

* Fix typo
* display both folder and workspace status

* integrated with local jest-editor-support

* update typescript version

* let's lint

- updated lint rules and corrected violations
- fixed running animation for status bar
- enhanced active folder detection

* some cleanup

* refactor data structure

* stop spinner when hiding statusItem

* upgrade jest-editor-support and more

- upgrade jest-editor-support to 26.0.0-beta
- address review comment
- fix crash for providers with workspace folder not managed by this extension
- upgrade ci node version due to vscode 1.1.33 minimal nodejs requirement

* address review comment

* clear spinner before starting

* fix typo and minor lint rule change

* add more tests and fix testResult matching bug
…ntegrations/create-react-example/js-yaml-3.13.1

Bump js-yaml from 3.12.0 to 3.13.1 in /integrations/create-react-example
* update extension to use webpack for compilation

* update webpack related scripts and settings

* update changelog

* fix excluding external jest-config

* ignore .vsix files
@connectdotz connectdotz merged commit 745e603 into master Jun 25, 2019
@coveralls
Copy link

Pull Request Test Coverage Report for Build 578

  • 301 of 359 (83.84%) changed or added relevant lines in 14 files are covered.
  • 26 unchanged lines in 9 files lost coverage.
  • Overall coverage increased (+5.04%) to 89.05%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/TestParser.ts 1 2 50.0%
src/TestResults/TestResultProvider.ts 42 43 97.67%
src/Coverage/CoverageCodeLensProvider.ts 1 4 25.0%
src/extension.ts 11 14 78.57%
src/extensionManager.ts 69 73 94.52%
src/StatusBar.ts 85 94 90.43%
src/JestExt.ts 45 82 54.88%
Files with Coverage Reduction New Missed Lines %
src/messaging.ts 1 88.24%
src/decorations.ts 1 90.91%
src/DebugConfigurationProvider.ts 1 96.0%
src/Coverage/CoverageOverlay.ts 2 88.0%
src/TestResults/TestResultProvider.ts 2 94.68%
src/helpers.ts 3 92.0%
src/diagnostics.ts 4 89.47%
src/Coverage/CoverageCodeLensProvider.ts 5 12.5%
src/JestExt.ts 7 72.25%
Totals Coverage Status
Change from base Build 486: 5.04%
Covered Lines: 733
Relevant Lines: 819

💛 - Coveralls

@seanpoulter seanpoulter deleted the beta branch May 16, 2020 17:34
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.

5 participants