Skip to content

Commit 4065321

Browse files
committed
maybe this will satisfy codecov?
1 parent a78f3a5 commit 4065321

File tree

2 files changed

+101
-3
lines changed

2 files changed

+101
-3
lines changed

package-lock.json

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "tap test/"
7+
"test": "tap test/",
8+
"posttest": "tap --coverage-report=text-lcov | codecov"
89
},
910
"repository": {
1011
"type": "git",
@@ -13,9 +14,10 @@
1314
"author": "Andrew Winterman",
1415
"license": "MIT",
1516
"devDependencies": {
16-
"through": "~2.3.4",
17+
"codecov": "^3.6.1",
18+
"tap": "14.10.2",
1719
"tape": "~2.1.0",
18-
"tap": "14.10.2"
20+
"through": "~2.3.4"
1921
},
2022
"dependencies": {
2123
"vector-clock-class": "~1.1.1"

0 commit comments

Comments
 (0)