Skip to content

Commit 3711d3c

Browse files
Removed Codacy and Inch-CI badges
1 parent 7f2f5da commit 3711d3c

4 files changed

Lines changed: 1 addition & 107 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@ script:
1818
- npm run coverage
1919

2020
after_success:
21-
# send code-coverage data to Codacy
22-
- cat ./coverage/lcov.info | node_modules/.bin/codacy-coverage -p .
23-
2421
# send code-coverage data to Coveralls
2522
- cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js

package-lock.json

Lines changed: 1 addition & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
},
4545
"devDependencies": {
4646
"chai": "^4.2.0",
47-
"codacy-coverage": "^3.1.0",
4847
"coveralls": "^3.0.2",
4948
"del": "^3.0.0",
5049
"eslint": "^5.6.1",

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/JS-DevTools/version-bump-prompt?svg=true&branch=master&failingText=Windows%20build%20failing&passingText=Windows%20build%20passing)](https://ci.appveyor.com/project/JamesMessinger/version-bump-prompt/branch/master)
55

66
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/version-bump-prompt/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/version-bump-prompt)
7-
[![Codacy Score](https://api.codacy.com/project/badge/Grade/69891525ae984781996106144fda276c)](https://www.codacy.com/public/JamesMessinger/version-bump-prompt)
8-
[![Inline docs](https://inch-ci.org/github/JS-DevTools/version-bump-prompt.svg?branch=master&style=shields)](https://inch-ci.org/github/JS-DevTools/version-bump-prompt)
97
[![Dependencies](https://david-dm.org/JS-DevTools/version-bump-prompt.svg)](https://david-dm.org/JS-DevTools/version-bump-prompt)
108

119
[![npm](https://img.shields.io/npm/v/version-bump-prompt.svg)](https://www.npmjs.com/package/version-bump-prompt)

0 commit comments

Comments
 (0)