Skip to content

chore(deps): bump num-traits from 0.2.18 to 0.2.19 #38

chore(deps): bump num-traits from 0.2.18 to 0.2.19

chore(deps): bump num-traits from 0.2.18 to 0.2.19 #38

Workflow file for this run

name: Coverage
on:
push:
branches: ["master"]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
coverage:
name: Code coverage
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Generate code coverage
run: cargo install cargo-tarpaulin && cargo tarpaulin --verbose --workspace