Skip to content

Commit 3432812

Browse files
committed
Remove code coverage
1 parent 6d16e17 commit 3432812

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,3 @@ jobs:
1919
bundle install
2020
- name: Run tests
2121
run: bundle exec rspec
22-
- name: Report coverage
23-
uses: paambaati/codeclimate-action@v9.0.0
24-
env:
25-
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
26-
with:
27-
# Coverage is already generated in test step, need to run anything again
28-
coverageCommand: echo '' > /dev/null

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![Gem Version](https://badge.fury.io/rb/graphql-groups.svg)](https://badge.fury.io/rb/graphql-groups)
44
[![Build Status](https://github.com/hschne/graphql-groups/workflows/Build/badge.svg)](https://github.com/hschne/graphql-groups/workflows/Build/badge.svg)
5-
[![Maintainability](https://api.codeclimate.com/v1/badges/692d4125ac8548fb145e/maintainability)](https://codeclimate.com/github/hschne/graphql-groups/maintainability)
6-
[![Test Coverage](https://api.codeclimate.com/v1/badges/692d4125ac8548fb145e/test_coverage)](https://codeclimate.com/github/hschne/graphql-groups/test_coverage)
75

86
Run group- and aggregation queries with [graphql-ruby](https://github.com/rmosolgo/graphql-ruby).
97

0 commit comments

Comments
 (0)