Skip to content

Commit 9fd3501

Browse files
committed
Drop Code Climate and Inch CI
I don't care to use Code Climate anymore and Inch CI is down currently so there's no reason to link to it.
1 parent fd957b0 commit 9fd3501

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,5 @@ jobs:
3737
bundler-cache: true
3838
ruby-version: ${{ matrix.ruby }}
3939

40-
- name: Test without reporting coverage
40+
- name: Run test suite
4141
run: bundle exec rspec
42-
if: ${{ matrix.ruby != '3.4' }}
43-
44-
- name: Test and report coverage
45-
run: |
46-
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
47-
chmod +x ./cc-test-reporter
48-
./cc-test-reporter before-build
49-
bundle exec rspec
50-
./cc-test-reporter after-build -t simplecov --exit-code $?
51-
if: ${{ matrix.ruby == '3.4' }}
52-
env:
53-
CC_TEST_REPORTER_ID: 36f3969bdc1e5e821f38411648b9ba4217fa4518c9f58c30f0e9b0d1639b4f19

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# benchmark-memory
22

3-
[![CI](https://github.com/michaelherold/benchmark-memory/workflows/CI/badge.svg)][ci]
4-
[![Code Climate](https://codeclimate.com/github/michaelherold/benchmark-memory/badges/gpa.svg)][codeclimate]
5-
[![Inline docs](http://inch-ci.org/github/michaelherold/benchmark-memory.svg?branch=main)][inch]
6-
7-
[ci]: https://github.com/michaelherold/benchmark-memory/actions
8-
[codeclimate]: https://codeclimate.com/github/michaelherold/benchmark-memory
9-
[inch]: http://inch-ci.org/github/michaelherold/benchmark-memory
10-
113
benchmark-memory is a tool that helps you to benchmark the memory usage of different pieces of code. It leverages the power of [memory_profiler] to give you a metric of the total amount of memory allocated and retained by a block, as well as the number of objects and strings allocated and retained.
124

135
[memory_profiler]: https://github.com/SamSaffron/memory_profiler

0 commit comments

Comments
 (0)