Skip to content

reduce test precision #110

reduce test precision

reduce test precision #110

Workflow file for this run

name: coverage
on: ["push", "pull_request"]
jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo install cargo-tarpaulin
- run: cargo tarpaulin --out Lcov
- uses: coverallsapp/github-action@v2