Skip to content

Commit 09d701c

Browse files
committed
chore: removes references to codeclimate
which we don't use anymore
1 parent 11cec38 commit 09d701c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
*Turns text into sequence charts.*
33

44
[![Build Status](https://github.com/sverweij/mscgen_js/workflows/linting%20&%20test%20coverage%20-%20linux/badge.svg)][github.actions]
5-
[![Code Climate](https://codeclimate.com/github/sverweij/mscgen_js/badges/gpa.svg)][codeclimate.mscgenjs]
6-
[![Test Coverage](https://codeclimate.com/github/sverweij/mscgen_js/badges/coverage.svg)](https://codeclimate.com/github/sverweij/mscgen_js/coverage)
75
[![mscgen.js.org](https://img.shields.io/badge/js.org-mscgen-ffb400.svg?style=flat-squared)](https://mscgen.js.org)
86
- Implementation of the super easy [MscGen][mscgen] in JavaScript.
97
- [Embeddable][mscgenjs.embed] in your HTML.
@@ -137,8 +135,7 @@ At the time the font was created it was licensed [GPLv3][license.gpl-3.0] or
137135
It uses [mocha][21], [chai][39],
138136
[istanbul][28], [eslint][22] and [dependency-cruiser][41] to
139137
maintain some modicum of verifiable code quality.
140-
You can see the build history in [GitHub actions][github.actions] and an indication
141-
of the shape of the code at [Code Climate ][codeclimate.mscgenjs].
138+
You can see the build history in [GitHub actions][github.actions].
142139

143140
## Thanks
144141
- [Mike McTernan][mscgen.author] for creating the wonderful MscGen language,
@@ -158,7 +155,6 @@ of the shape of the code at [Code Climate ][codeclimate.mscgenjs].
158155
[almond]: https://github.com/jrburke/almond
159156
[amdefine.license]: wikum/licenses/license.amdefine.md
160157
[atom]: https://atom.io
161-
[codeclimate.mscgenjs]: https://codeclimate.com/github/sverweij/mscgen_js
162158
[codemirror]: http://codemirror.net
163159
[codemirror.author]: http://marijnhaverbeke.nl
164160
[codemirror.license]: wikum/licenses/license.codemirror.md

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"scripts": {
7474
"build": "make clean build",
7575
"check": "npm-run-all --parallel depcruise lint test:cover",
76-
"codeclimate-cover-submit": "node node_modules/codeclimate-test-reporter/bin/codeclimate.js < coverage/lcov.info",
7776
"depcruise": "depcruise --validate -- src/script",
7877
"depcruise:graph": "npm-run-all --parallel depcruise:graph:*",
7978
"depcruise:graph:png": "depcruise --validate --output-type dot src/script/mscgen-interpreter.js | dot -Gdpi=192 -Gsplines=ortho -T png | pngquant - > docs/dependencygraph.png",

0 commit comments

Comments
 (0)