Skip to content

Commit 122232c

Browse files
committed
chore: 👞 codeclimate
haven't had actionable results from cc for a while + the links don't work anymore + the action to post coverage results there errors for reasons I don't want to put time in anymore bonus: gets rid of a dependency (paambaati/codeclimate-action) - which is always nice
1 parent 70827fb commit 122232c

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
- name: test coverage (on node ${{env.NODE_LATEST}} only)
6161
if: matrix.node-version == env.NODE_LATEST
6262
run: npm run test:cover
63-
- name: report coverage to code climate (on node ${{env.NODE_LATEST}} only)
64-
if: matrix.node-version == env.NODE_LATEST
65-
uses: paambaati/codeclimate-action@v5
66-
env:
67-
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TEST_COVERAGE_ID }}
6863
- name: emit coverage results & depcruise result to step summary
6964
if: always() && matrix.node-version == env.NODE_LATEST
7065
run: |

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
_write beautiful state charts_
44

55
[![ci](https://github.com/sverweij/state-machine-cat/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/sverweij/state-machine-cat/actions/workflows/ci.yml)
6-
[![Maintainability](https://api.codeclimate.com/v1/badges/e052b461624c043f32c7/maintainability)](https://codeclimate.com/github/sverweij/state-machine-cat/maintainability)
7-
[![Test Coverage](https://api.codeclimate.com/v1/badges/e052b461624c043f32c7/test_coverage)](https://codeclimate.com/github/sverweij/state-machine-cat/test_coverage)
86
[![npm stable version](https://img.shields.io/npm/v/state-machine-cat.svg?logo=npm)](https://npmjs.com/package/state-machine-cat)
97
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
108
[![state-machine-cat.js.org](https://img.shields.io/badge/js.org-state--machine--cat-ffb400.svg?style=flat-squared)](https://state-machine-cat.js.org)

0 commit comments

Comments
 (0)