File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed
Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff 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-
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments