Skip to content

Commit

Permalink
automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 11, 2023
1 parent ae22f05 commit 7c9ca0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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'

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7c9ca0d

Please sign in to comment.