Skip to content

Commit

Permalink
Merge pull request #80 from Hoverbear/remove-coverage
Browse files Browse the repository at this point in the history
Remove coverage on CI
  • Loading branch information
Hoverbear authored Nov 28, 2021
2 parents f081d39 + ec6cbd1 commit 09b2019
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,34 +70,3 @@ jobs:
with:
command: fmt
args: -- --check

coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Cache target
id: cache-target
uses: actions/cache@v1
with:
path: target
key: ${{ runner.os }}-coverage-target-${{ hashFiles('**/Cargo.toml') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
with:
command: clean
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --no-fail-fast
env:
'CARGO_INCREMENTAL': '0'
'RUSTFLAGS': '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads'
- uses: actions-rs/[email protected]
- name: Coveralls upload
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: /tmp/lcov.info

0 comments on commit 09b2019

Please sign in to comment.