Skip to content

Commit 7c9ca0d

Browse files
author
github-actions
committed
automatic update
from rust-github/template@5d7a446
1 parent ae22f05 commit 7c9ca0d

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -105,28 +105,3 @@ jobs:
105105
command: publish
106106
args: --dry-run
107107

108-
coverage:
109-
name: Code coverage
110-
runs-on: ubuntu-latest
111-
steps:
112-
- name: Checkout repository
113-
uses: actions/checkout@v3
114-
- name: Install Rust toolchain
115-
uses: actions-rs/toolchain@v1
116-
with:
117-
toolchain: stable
118-
profile: minimal
119-
override: true
120-
- uses: Swatinem/rust-cache@v2
121-
- name: Run cargo-tarpaulin
122-
uses: actions-rs/[email protected]
123-
with:
124-
args: '--all-features --workspace --ignore-tests --out Lcov'
125-
- name: Upload to Coveralls
126-
# upload only if push
127-
if: ${{ github.event_name == 'push' }}
128-
uses: coverallsapp/github-action@master
129-
with:
130-
github-token: ${{ secrets.GITHUB_TOKEN }}
131-
path-to-lcov: './lcov.info'
132-

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Crates.io](https://img.shields.io/crates/v/rust-gh-example.svg)](https://crates.io/crates/rust-gh-example)
44
[![Docs.rs](https://docs.rs/rust-gh-example/badge.svg)](https://docs.rs/rust-gh-example)
55
[![CI](https://github.com/rust-github/rust-gh-example/workflows/CI/badge.svg)](https://github.com/rust-github/rust-gh-example/actions)
6-
[![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)
76

87
## Installation
98

0 commit comments

Comments
 (0)