Skip to content

Files

Latest commit

72360ef · Jan 10, 2023

History

History
This branch is 56 commits behind slawlor/ractor:main.

xtask

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 10, 2023
Jan 10, 2023
Jan 10, 2023

This package is included here to support the automatic reporting of code coverage on Github. To view code coverage locally:

Do this once to set it up:

rustup component add llvm-tools-preview
cargo install grcov

Subsequently, run:

cargo xtask coverage --dev