Skip to content

Commit

Permalink
ci: yeet codecov in favour of codeclimate, codecov won't merge the co…
Browse files Browse the repository at this point in the history
…verage files
  • Loading branch information
nerdyman committed Sep 23, 2023
1 parent 19da038 commit aab0c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ jobs:
pnpm dlx playwright install chromium
pnpm run test:ci
- name: 🛫 Upload Test Coverage
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
files: ${{github.workspace}}/coverage/ssr-tests/*.info:lcov,${{github.workspace}}/coverage/storybook/*.info:lcov

- name: Upload Code Climate Test Coverage
uses: paambaati/codeclimate-action@v5.0.0
env:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<a href="https://github.com/nerdyman/react-compare-slider/actions?query=workflow%3Abuild">
<img alt="GitHub CI status" src="https://img.shields.io/github/actions/workflow/status/nerdyman/react-compare-slider/ci.yml" />
</a>
<a href="https://codecov.io/github/nerdyman/react-compare-slider">
<img alt="Code coverage" src="https://img.shields.io/codecov/c/github/nerdyman/react-compare-slider?token=yhvFTuC7bh" />
</a>
<a href="https://codeclimate.com/github/nerdyman/react-compare-slider">
<img src="https://img.shields.io/codeclimate/coverage/nerdyman/react-compare-slider" alt="Coverage" />
</a>
<a href="https://react-compare-slider.vercel.app">
<img alt="Demos" src="https://raw.githubusercontent.com/storybookjs/brand/8d28584c89959d7075c237e9345955c895048977/badge/badge-storybook.svg" />
</a>
Expand Down

0 comments on commit aab0c56

Please sign in to comment.