Skip to content

Commit 71e45bc

Browse files
authored
Move badges to the official location within package.json (microsoft#587)
1 parent f9b48d4 commit 71e45bc

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# Python extension for Visual Studio Code
22

3-
<p align="center">
4-
<a href="https://travis-ci.org/Microsoft/vscode-python">
5-
<img src="https://travis-ci.org/Microsoft/vscode-python.svg?branch=master" />
6-
</a>
7-
<a href="https://codecov.io/gh/Microsoft/vscode-python">
8-
<img src="https://codecov.io/gh/Microsoft/vscode-python/branch/master/graph/badge.svg" />
9-
</a>
10-
</p>
11-
123
A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) with rich support for the [Python language](https://www.python.org/) (_including Python 3.6_), with features including the following and more:
134
* Linting ([Prospector](https://pypi.io/project/prospector/), [Pylint](https://pypi.io/project/pylint/), [pycodestyle](https://pypi.io/project/pycodestyle/), [Flake8](https://pypi.io/project/flake8/), [pylama](https://github.com/klen/pylama), [pydocstyle](https://pypi.io/project/pydocstyle/), [mypy](http://mypy-lang.org/) with config files and plugins)
145
* Intellisense (autocompletion with support for PEP 484 and PEP 526)

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,19 @@
1515
},
1616
"bugs": {
1717
"url": "https://github.com/Microsoft/vscode-python/issues"
18-
},
18+
},
19+
"badges": [
20+
{
21+
"url": "https://travis-ci.org/Microsoft/vscode-python.svg?branch=master",
22+
"href": "https://travis-ci.org/Microsoft/vscode-python",
23+
"description": "Continuous integration"
24+
},
25+
{
26+
"url": "https://codecov.io/gh/Microsoft/vscode-python/branch/master/graph/badge.svg",
27+
"href": "https://codecov.io/gh/Microsoft/vscode-python",
28+
"description": "Test coverage"
29+
}
30+
],
1931
"icon": "icon.png",
2032
"galleryBanner": {
2133
"color": "#1e415e",

0 commit comments

Comments
 (0)