diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index b889830..b4e91c0 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -48,27 +48,3 @@ jobs: - name: Run rake run: bundle exec rake - - coverage: - name: Report test coverage to CodeClimate - - needs: [build] - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Initialize Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 3.1 - bundler-cache: true - - - name: Report test coverage - uses: paambaati/codeclimate-action@v9 - env: - CC_TEST_REPORTER_ID: 89aff99f016ae5eb4bc5437c5e1b1ea6ffaacd8b20cea6b4873288a822bdb9ee - with: - coverageCommand: bundle exec rake spec - coverageLocations: ${{github.workspace}}/coverage/lcov/*.lcov:lcov diff --git a/README.md b/README.md index b1e0147..2cd1662 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ [![Documentation](https://img.shields.io/badge/Documentation-Latest-green)](https://rubydoc.info/gems/create_github_release/) [![Change Log](https://img.shields.io/badge/CHANGELOG-Latest-green)](https://rubydoc.info/gems/create_github_release/file/CHANGELOG.md) [![Build Status](https://github.com/main-branch/create_github_release/actions/workflows/continuous_integration.yml/badge.svg)](https://github.com/main-branch/create_github_release/actions/workflows/continuous_integration.yml) -[![Maintainability](https://api.codeclimate.com/v1/badges/b8c0af10b15a0ffeb1a1/maintainability)](https://codeclimate.com/github/main-branch/create_github_release/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/b8c0af10b15a0ffeb1a1/test_coverage)](https://codeclimate.com/github/main-branch/create_github_release/test_coverage) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) [![Slack](https://img.shields.io/badge/slack-main--branch/create__github__release-yellow.svg?logo=slack)](https://main-branch.slack.com/archives/C07NG282N80) @@ -28,22 +26,22 @@ Tested on Ruby 3.0+ * [Installation](#installation) * [Usage](#usage) - * [First release using this script when there were NO prior releases](#first-release-using-this-script-when-there-were-no-prior-releases) - * [First release using this script when there were prior releases](#first-release-using-this-script-when-there-were-prior-releases) - * [Subsequent releases using this script](#subsequent-releases-using-this-script) - * [Pre-release versions](#pre-release-versions) - * [Creating the first pre-release version for a release](#creating-the-first-pre-release-version-for-a-release) - * [Creating subsequent pre-releases](#creating-subsequent-pre-releases) - * [Changing the pre-release type](#changing-the-pre-release-type) - * [Creating the release after pre-releases](#creating-the-release-after-pre-releases) - * [After Running create-github-release](#after-running-create-github-release) - * [Reverting `create-github-release`](#reverting-create-github-release) + * [First release using this script when there were NO prior releases](#first-release-using-this-script-when-there-were-no-prior-releases) + * [First release using this script when there were prior releases](#first-release-using-this-script-when-there-were-prior-releases) + * [Subsequent releases using this script](#subsequent-releases-using-this-script) + * [Pre-release versions](#pre-release-versions) + * [Creating the first pre-release version for a release](#creating-the-first-pre-release-version-for-a-release) + * [Creating subsequent pre-releases](#creating-subsequent-pre-releases) + * [Changing the pre-release type](#changing-the-pre-release-type) + * [Creating the release after pre-releases](#creating-the-release-after-pre-releases) + * [After Running create-github-release](#after-running-create-github-release) + * [Reverting `create-github-release`](#reverting-create-github-release) * [FAQ](#faq) - * [How is the changelog updated?](#how-is-the-changelog-updated) + * [How is the changelog updated?](#how-is-the-changelog-updated) * [Development](#development) * [Contributing](#contributing) - * [Commit message guidelines](#commit-message-guidelines) - * [Pull request guidelines](#pull-request-guidelines) + * [Commit message guidelines](#commit-message-guidelines) + * [Pull request guidelines](#pull-request-guidelines) * [License](#license) ## Installation