Skip to content

Commit 12942b5

Browse files
committed
Remove badges and code qlty
1 parent 330e43e commit 12942b5

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/branch-validations.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,3 @@ jobs:
101101

102102
- name: Run tests
103103
run: npm run test
104-
105-
- uses: qltysh/qlty-action/coverage@v1
106-
with:
107-
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
108-
files: ${{ github.workspace }}/coverage/lcov.info
109-
skip-errors: false

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<p align="center">
1111
<a href="https://www.npmjs.com/package/@croct/json5-parser"><img alt="Version" src="https://img.shields.io/npm/v/@croct/json5-parser"/></a>
1212
<a href="https://github.com/croct-tech/json5-parser-js/actions/workflows/branch-validations.yaml"><img alt="Build" src="https://github.com/croct-tech/json5-parser-js/actions/workflows/branch-validations.yaml/badge.svg" /></a>
13-
<a href="https://codeclimate.com/repos/67c21d34cbf7e400df9b5dbc/test_coverage"><img src="https://api.codeclimate.com/v1/badges/e527bdbf3e2b58919c97/test_coverage" /></a>
14-
<a href="https://codeclimate.com/repos/67c21d34cbf7e400df9b5dbc/maintainability"><img src="https://api.codeclimate.com/v1/badges/e527bdbf3e2b58919c97/maintainability" /></a>
1513
<br />
1614
<br />
1715
<a href="https://github.com/croct-tech/json5-parser-js/releases">📦 Releases</a>

0 commit comments

Comments
 (0)