Skip to content

Commit

Permalink
Remove Codecov from CI
Browse files Browse the repository at this point in the history
Coveralls seems to be working well.
  • Loading branch information
fjarri committed Oct 19, 2024
1 parent aae9964 commit c7a1b43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,6 @@ jobs:
profile: minimal
- run: cargo build --all-features --benches

codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
profile: minimal
toolchain: stable
target: x86_64-unknown-linux-gnu
override: true
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
fail_ci_if_error: false

coveralls:
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Docs][docs-image]][docs-link]
![License][license-image]
[![Build Status][build-image]][build-link]
[![Coverage][coverage-image]][coverage-link]
[![Coveralls][coveralls-image]][coveralls-link]


Expand Down Expand Up @@ -38,7 +37,5 @@ We try to find the balance between supporting the majority of protocols and keep
[license-image]: https://img.shields.io/crates/l/manul
[build-image]: https://github.com/entropyxyz/manul/actions/workflows/ci.yml/badge.svg?branch=master&event=push
[build-link]: https://github.com/entropyxyz/manul/actions?query=workflow%3Aci
[coverage-image]: https://codecov.io/gh/entropyxyz/manul/branch/master/graph/badge.svg
[coverage-link]: https://codecov.io/gh/entropyxyz/manul
[coveralls-image]: https://coveralls.io/repos/github/entropyxyz/manul/badge.svg?branch=master
[coveralls-link]: https://coveralls.io/github/entropyxyz/manul?branch=master

0 comments on commit c7a1b43

Please sign in to comment.