Skip to content

Commit

Permalink
Remove coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Rusch committed Feb 19, 2019
1 parent 709f4d3 commit a49b4e0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 38 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ tests:
coverage:
node_modules/.bin/codecov

cat \
./coverage/lcov.info \
| node_modules/.bin/coveralls


build:
node ./build.js
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Pacto

[![Build Status](https://travis-ci.org/schorfES/pacto.svg?branch=master)](https://travis-ci.org/schorfES/pacto)
[![Coverage Status on Coveralls](https://coveralls.io/repos/github/schorfES/pacto/badge.svg?branch=master)](https://coveralls.io/github/schorfES/pacto?branch=master)
[![Coverage Status on Codecov](https://codecov.io/gh/schorfES/pacto/branch/master/graph/badge.svg)](https://codecov.io/gh/schorfES/pacto)
[![Known Vulnerabilities](https://snyk.io/test/github/schorfES/pacto/badge.svg)](https://snyk.io/test/github/schorfES/pacto)

Expand Down
32 changes: 0 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"babel-jest": "^24.1.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"codecov": "^3.1.0",
"coveralls": "^3.0.2",
"doctoc": "^1.4.0",
"eslint": "^4.19.1",
"eslint-plugin-jest": "^21.27.2",
Expand Down

0 comments on commit a49b4e0

Please sign in to comment.