Skip to content

Commit 4774bb4

Browse files
committed
build: remove CodeClimate integration
1 parent 63e6071 commit 4774bb4

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

.github/workflows/main.yml

+1-27
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Initialize Ruby
3232
uses: ruby/setup-ruby@v1
@@ -36,29 +36,3 @@ jobs:
3636

3737
- name: Run rake
3838
run: bundle exec rake
39-
40-
coverage:
41-
needs: [ build ]
42-
runs-on: ubuntu-latest
43-
44-
name: Report test coverage to CodeClimate
45-
46-
steps:
47-
- name: Checkout
48-
uses: actions/checkout@v3
49-
50-
- name: Initialize Ruby
51-
uses: ruby/setup-ruby@v1
52-
with:
53-
ruby-version: 3.1
54-
bundler-cache: true
55-
56-
- name: Run tests
57-
run: bundle exec rake spec
58-
59-
- name: Report test coverage
60-
uses: paambaati/[email protected]
61-
env:
62-
CC_TEST_REPORTER_ID: 997ddf9df5b99897b448d7a7a13e332d57f0e29754d9b9d1414aaee611759422
63-
with:
64-
coverageLocations: ${{github.workspace}}/coverage/lcov/*.lcov:lcov

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[![Documentation](https://img.shields.io/badge/Documentation-Latest-green)](https://rubydoc.info/gems/github_pages_rake_tasks/)
55
[![Change Log](https://img.shields.io/badge/CHANGELOG-Latest-green)](https://rubydoc.info/gems/github_pages_rake_tasks/file/CHANGELOG.md)
66
[![Build Status](https://github.com/main-branch/github_pages_rake_tasks/workflows/CI%20Build/badge.svg?branch=main)](https://github.com/main-branch/github_pages_rake_tasks/actions?query=workflow%3ACI%20Build)
7-
[![Maintainability](https://api.codeclimate.com/v1/badges/a67ad0b61d3687e33181/maintainability)](https://codeclimate.com/github/main-branch/github_pages_rake_tasks/maintainability)
8-
[![Test Coverage](https://api.codeclimate.com/v1/badges/a67ad0b61d3687e33181/test_coverage)](https://codeclimate.com/github/main-branch/github_pages_rake_tasks/test_coverage)
97

108
The `github_pages_rake_tasks` gem creates a rake task that pushes files
119
from a local documentation directory to a remote Git repository branch.

0 commit comments

Comments
 (0)