• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

earshinov / vscode-filter-lines / 8791754845
93%

Build:
DEFAULT BRANCH: master
Ran 22 Apr 2024 10:28PM UTC
Jobs 1
Files 5
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Apr 2024 10:26PM UTC coverage: 93.443%. Remained the same
8791754845

push

github

earshinov
test: Count the number of open documents using `vscode.window.tabGroups` instead of `vscode.workspace.textDocuments.length`.

Turned out that in the up-to-date VS Code, `vscode.workspace.textDocuments` can still contain documents just closed with
`executeCommand('workbench.action.closeAllEditors')` and these documents even have `isClosed: false`.
Using `executeCommand('openEditors.closeAll')` doesn't make it any better.

In order to be able to access `vscode.window.tabGroups`, bumped min required VS Code version to 1.67.0.
The extension would still work fine with older versions, but having different VS Code versions in `package.json` in

```
"engines": {
  "vscode": "..."
},
```

and

```
"devDependencies": {
  "@types/vscode": "..."
}
```

would mean possibly shooting ourselves in the foot in the future.

79 of 93 branches covered (84.95%)

Branch coverage included in aggregate %.

149 of 151 relevant lines covered (98.68%)

61.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8791754845.1 22 Apr 2024 10:28PM UTC 0
93.44
GitHub Action Run
Source Files on build 8791754845
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #8791754845
  • 601ebb20 on github
  • Prev Build on master (#5991226452)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc