From 2ed1771dd56fe4175d620d5048caae569ff35ad4 Mon Sep 17 00:00:00 2001 From: Fabio Mirza Date: Mon, 4 May 2026 11:27:41 +0200 Subject: [PATCH] remove coverage step from CI --- .github/workflows/ci.yml | 28 +--------------------------- README.md | 1 - 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6e7a78..da2e812 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,31 +110,5 @@ jobs: command: publish args: --dry-run --manifest-path ginepro/Cargo.toml - coverage: - name: Code coverage - runs-on: ubuntu-latest - steps: - - name: Install Protoc - uses: arduino/setup-protoc@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - name: Checkout repository - uses: actions/checkout@v2 - - name: Install stable toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - profile: minimal - override: true - - name: Install cargo-tarpaulin - run: cargo install cargo-tarpaulin - - name: Check code coverage - run: cargo tarpaulin --ignore-tests --out Lcov - - name: Upload to Coveralls - # upload only if push - if: ${{ github.event_name == 'push' }} - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: './lcov.info' + diff --git a/README.md b/README.md index 047509c..f91015d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![Crates.io](https://img.shields.io/crates/v/ginepro.svg)](https://crates.io/crates/ginepro) [![Docs.rs](https://docs.rs/ginepro/badge.svg)](https://docs.rs/ginepro) [![CI](https://github.com/TrueLayer/ginepro/workflows/CI/badge.svg)](https://github.com/TrueLayer/ginepro/actions) -[![Coverage Status](https://coveralls.io/repos/github/TrueLayer/ginepro/badge.svg?branch=main&t=UWgSpm)](https://coveralls.io/github/TrueLayer/ginepro?branch=main) ## Overview