Skip to content

style: consistent use of io::Error* #534

style: consistent use of io::Error*

style: consistent use of io::Error* #534

Workflow file for this run

name: coverage
env:
RUST_BACKTRACE: 1
jobs:
codecov:
name: codecov
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: taiki-e/install-action@v2
with: { tool: cargo-tarpaulin }
- run: cargo --locked tarpaulin --all-features -- --skip 'proptest::'
- uses: codecov/codecov-action@v3
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 5'