Skip to content

Commit 5ede0dc

Browse files
authored
chore: bumped vscode engine version (#713)
1 parent 38e829f commit 5ede0dc

17 files changed

+1483
-2501
lines changed

.codecov.yml

-12
This file was deleted.

.github/workflows/main.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-16.04, macOS-latest, windows-2019]
20-
version: ['1.26.0', '', 'insiders']
20+
version: ['', 'insiders']
2121

2222
steps:
2323
- name: Clone repository
@@ -59,10 +59,6 @@ jobs:
5959
- name: Compile sources
6060
run: npm run build
6161

62-
- name: Enable full coverage
63-
run: sed -i.bak 's/"\*"//g' package.json
64-
shell: bash
65-
6662
- name: Start xvfb
6763
if: startsWith(matrix.os, 'ubuntu')
6864
run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
@@ -72,17 +68,10 @@ jobs:
7268
CODE_VERSION: ${{ matrix.version }}
7369
DISPLAY: ':99.0'
7470
run: npm run test
75-
76-
- name: Publish Code Coverage to Codecov
77-
if: startsWith(matrix.os, 'ubuntu') && matrix.version == ''
78-
run: node_modules/.bin/codecov --disable=gcov
79-
env:
80-
CODECOV_TOKEN: ${{ secrets.codecovToken }}
8171

8272
- name: Prepare artifact
8373
if: startsWith(matrix.os, 'ubuntu') && matrix.version == ''
8474
run: |
85-
git checkout package.json
8675
node_modules/.bin/vsce package -o svn-scm.vsix
8776
8877
- name: Upload artifact

.vscode/launch.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"runtimeExecutable": "${execPath}",
2323
"args": [
2424
"--extensionDevelopmentPath=${workspaceRoot}",
25-
"--extensionTestsPath=${workspaceRoot}/out/test"
25+
"--extensionTestsPath=${workspaceRoot}/out/test",
26+
"--disable-extensions"
2627
],
2728
"stopOnEntry": false,
2829
"sourceMaps": true,

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/johnstoncode.svn-scm.svg)](https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm)
55
[![Ratings](https://vsmarketplacebadge.apphb.com/rating-short/johnstoncode.svn-scm.svg)](https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm)
66

7-
[![Build Status](https://github.com/JohnstonCode/svn-scm/workflows/build/badge.svg)](https://github.com/JohnstonCode/svn-scm/actions)
7+
<!-- [![Build Status](https://github.com/JohnstonCode/svn-scm/workflows/build/badge.svg)](https://github.com/JohnstonCode/svn-scm/actions) -->
88
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
99

1010
[![Dependencies Status](https://david-dm.org/JohnstonCode/svn-scm/status.svg)](https://david-dm.org/JohnstonCode/svn-scm)
1111
[![DevDependencies Status](https://david-dm.org/JohnstonCode/svn-scm/dev-status.svg)](https://david-dm.org/JohnstonCode/svn-scm?type=dev)
1212
[![Greenkeeper badge](https://badges.greenkeeper.io/JohnstonCode/svn-scm.svg)](https://greenkeeper.io/)
1313

14-
[![codecov](https://codecov.io/gh/JohnstonCode/svn-scm/branch/master/graph/badge.svg)](https://codecov.io/gh/JohnstonCode/svn-scm)
1514
[![Known Vulnerabilities](https://snyk.io/test/github/JohnstonCode/svn-scm/badge.svg)](https://snyk.io/test/github/JohnstonCode/svn-scm)
1615

1716
[![CodeFactor](https://www.codefactor.io/repository/github/johnstoncode/svn-scm/badge)](https://www.codefactor.io/repository/github/johnstoncode/svn-scm)

coverconfig.json

-10
This file was deleted.

0 commit comments

Comments
 (0)