Skip to content

Commit edbd58a

Browse files
committed
chore(deps): remove codecov
1 parent 2174a3e commit edbd58a

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- 12
4+
- 23
55

66
git:
77
submodules: false
@@ -12,7 +12,6 @@ before_install:
1212

1313
script:
1414
- npm ci
15-
- npm run test:ci
16-
17-
after_success:
18-
- npm run coverage
15+
- npm run lint
16+
- npm run build
17+
- npm test

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@
2323
},
2424
"scripts": {
2525
"build": "rm -rf dist && tsc",
26-
"coverage": "nyc npm test",
2726
"lint": "eslint --ext .ts .",
2827
"prepare": "npm run lint && npm run build",
2928
"postversion": "git push --tags",
3029
"pretest": "npm run lint",
31-
"test": "node --test --require=ts-node/register test/**/*.ts",
32-
"test:ci": "nyc --reporter=lcov npm test"
30+
"test": "node --test --require=ts-node/register test/**/*.ts"
3331
},
3432
"keywords": [
3533
"quality",
@@ -58,14 +56,12 @@
5856
"@types/micromatch": "4.0.9",
5957
"@typescript-eslint/eslint-plugin": "5.42.1",
6058
"@typescript-eslint/parser": "5.42.1",
61-
"codecov": "3.8.3",
6259
"eslint": "8.27.0",
6360
"eslint-config-prettier": "8.5.0",
6461
"eslint-plugin-import": "2.26.0",
6562
"eslint-plugin-node": "11.1.0",
6663
"eslint-plugin-prettier": "4.2.1",
6764
"eslint-plugin-promise": "6.1.1",
68-
"nyc": "15.1.0",
6965
"prettier": "2.8.8",
7066
"ts-node": "10.9.2",
7167
"typescript": "4.9.5"

0 commit comments

Comments
 (0)