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

earshinov / vscode-filter-lines
93%

Build:
DEFAULT BRANCH: master
Repo Added 10 Jun 2020 07:01PM UTC
Files 5
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • dependabot/npm_and_yarn/babel/traverse-7.23.2
  • dependabot/npm_and_yarn/browserslist-4.16.6
  • dependabot/npm_and_yarn/codecov-3.6.5
  • dependabot/npm_and_yarn/codecov-3.7.1
  • dependabot/npm_and_yarn/dot-prop-4.2.1
  • dependabot/npm_and_yarn/ini-1.3.8
  • dependabot/npm_and_yarn/json5-2.2.3
  • dependabot/npm_and_yarn/lodash-4.17.19
  • dependabot/npm_and_yarn/node-fetch-2.6.1
  • dependabot/npm_and_yarn/path-to-regexp-1.9.0
  • dependabot/npm_and_yarn/y18n-4.0.1
  • dev
  • unit-tests
  • v0.2.0

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

Relevant lines Covered
Build:
Build:
151 RELEVANT LINES 149 COVERED LINES
61.38 HITS PER LINE
Source Files on master
  • Tree
  • List 5
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
8791754845 master 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 ... push 22 Apr 2024 10:28PM UTC earshinov github
93.44
5991226452 master Update vsce and ovsx push 27 Aug 2023 01:27PM UTC earshinov github
93.44
5991205053 master Update vsce and ovsx push 27 Aug 2023 01:21PM UTC earshinov github
93.44
5991170655 master Update vsce push 27 Aug 2023 01:16PM UTC earshinov github
93.44
5991095403 master Fix tests push 27 Aug 2023 01:03PM UTC earshinov github
93.44
61 master build(deps): bump json5 from 2.1.3 to 2.2.3 Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Comm... Pull #24 06 Jan 2023 11:15AM UTC GitHub travis-ci-com pending completion  
57 master Bump version to 1.0.0. Update changelog push 03 May 2021 01:13PM UTC earshinov travis-ci-com pending completion  
56 master docs: Update README with a more detailed description of when the foldIndentedContext setting applies push 01 May 2021 07:16PM UTC earshinov travis-ci-com pending completion  
55 master Publish the extension to the Open VSX Registry as well. Bump versions of dev deps push 01 May 2021 06:57PM UTC earshinov travis-ci-com pending completion  
54 master Merge pull request #8 from earshinov/dependabot/npm_and_yarn/y18n-4.0.1 build(deps): bump y18n from 4.0.0 to 4.0.1 push 01 Apr 2021 07:08AM UTC web-flow travis-ci-com pending completion  
See All Builds (48)
  • Repo on GitHub
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

© 2025 Coveralls, Inc