Skip to content

Commit e43af4b

Browse files
committed
chore: Replace coveralls with codecov
1 parent 025bfb1 commit e43af4b

File tree

4 files changed

+5
-18
lines changed

4 files changed

+5
-18
lines changed

.coveralls.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.coveralls.yml
21
.editorconfig
32
.eslintignore
43
.eslintrc.yml

.travis.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,15 @@
1-
sudo: false
21
language: node_js
32
cache:
43
directories:
54
- ~/.npm
65
notifications:
76
email: false
87
node_js:
9-
- '12'
10-
- '10'
11-
- '8'
12-
- '6'
13-
- '4'
14-
script:
15-
- npm run prepare
16-
- if [ `node --version | cut -c 2` -ne 4 ]; then
17-
npm test;
18-
else
19-
npm run test:old;
20-
fi
8+
- node
9+
- lts/*
10+
- 8
2111
after_success:
22-
- test `node --version | cut -c 2,3` -eq 10 && npm run coverage
12+
- npx codecov
2313
- npx semantic-release
2414
branches:
2515
except:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NPM version](https://badge.fury.io/js/%40prantlf%2Fjsonlint.svg)](https://badge.fury.io/js/%40prantlf%2Fjsonlint)
44
[![Build Status](https://travis-ci.com/prantlf/jsonlint.svg?branch=master)](https://travis-ci.com/prantlf/jsonlint)
5-
[![Coverage Status](https://coveralls.io/repos/github/prantlf/jsonlint/badge.svg?branch=master)](https://coveralls.io/github/prantlf/jsonlint?branch=master)
5+
[![codecov](https://codecov.io/gh/prantlf/jsonlint/branch/master/graph/badge.svg)](https://codecov.io/gh/prantlf/jsonlint)
66
[![Dependency Status](https://david-dm.org/prantlf/jsonlint.svg)](https://david-dm.org/prantlf/jsonlint)
77
[![devDependency Status](https://david-dm.org/prantlf/jsonlint/dev-status.svg)](https://david-dm.org/prantlf/jsonlint#info=devDependencies)
88
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

0 commit comments

Comments
 (0)