Skip to content

chore: upd docs and add badge #10

chore: upd docs and add badge

chore: upd docs and add badge #10

Workflow file for this run

name: Code Coverage
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cover:
name: Auto Codecov Coverage
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Rust toolchain
run: |
rustup set profile minimal
rustup update --no-self-update stable
rustup default stable
- name: Run cargo-tarpaulin
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --out xml