Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 15cdae3

Browse files
author
Ed Moore
committedJul 6, 2018
v3.0.3
1 parent 39dc2d8 commit 15cdae3

File tree

2 files changed

+151
-116
lines changed

2 files changed

+151
-116
lines changed
 

‎package-lock.json

+143-112
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
22
"name": "codecov",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Uploading report to Codecov: https://codecov.io",
55
"main": "index.js",
66
"scripts": {
7-
"test":
8-
"./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
7+
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
98
},
109
"repository": {
1110
"type": "git",
1211
"url": "https://github.com/codecov/codecov-node"
1312
},
14-
"keywords": ["coverage", "code-coverage", "codecov.io", "codecov"],
13+
"keywords": [
14+
"coverage",
15+
"code-coverage",
16+
"codecov.io",
17+
"codecov"
18+
],
1519
"bin": {
1620
"codecov": "./bin/codecov"
1721
},

0 commit comments

Comments
 (0)
This repository has been archived.