From 7c9ca0d23b15154e11c587b3bd2f1723f3b207e0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 11 Feb 2023 16:47:51 +0000 Subject: [PATCH] automatic update from rust-github/template@5d7a446db80f9911f0c4557b89ee8bf02fc9aef5 --- .github/workflows/ci.yml | 25 ------------------------- README.md | 1 - 2 files changed, 26 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 679626d..26ea67e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,28 +105,3 @@ jobs: command: publish args: --dry-run - coverage: - name: Code coverage - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - profile: minimal - override: true - - uses: Swatinem/rust-cache@v2 - - name: Run cargo-tarpaulin - uses: actions-rs/tarpaulin@v0.1 - with: - args: '--all-features --workspace --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 2ef18d6..6fa15c6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Crates.io](https://img.shields.io/crates/v/rust-gh-example.svg)](https://crates.io/crates/rust-gh-example) [![Docs.rs](https://docs.rs/rust-gh-example/badge.svg)](https://docs.rs/rust-gh-example) [![CI](https://github.com/rust-github/rust-gh-example/workflows/CI/badge.svg)](https://github.com/rust-github/rust-gh-example/actions) -[![Coverage Status](https://coveralls.io/repos/github/rust-github/rust-gh-example/badge.svg?branch=main)](https://coveralls.io/github/rust-github/rust-gh-example?branch=main) ## Installation