# CHANGELOG ## How to release ```sh cargo publish --dry-run cargo publish ``` ## How to check coverage ```sh # install llvm-cov cargo +stable install cargo-llvm-cov --locked # run test with coverage cargo llvm-cov --html # open coverage report open target/llvm-cov/html/index.html ``` ## How to run test ```sh cargo test # show the output of the test cargo test -- --show-output # run a specific test cargo test ``` ## 2024-10-21 - Change name from `Detox` to `FileRefine` ## 2024-10-12 - Creation of the package