FIX: Clearer list for the wiki

This commit is contained in:
Nicolás Hatcher
2024-03-16 17:34:43 +01:00
parent 0029901ca3
commit a38ba93724
3 changed files with 208 additions and 195 deletions

View File

@@ -30,6 +30,10 @@ coverage:
CARGO_INCREMENTAL=0 RUSTFLAGS='-C instrument-coverage' LLVM_PROFILE_FILE='cargo-test-%p-%m.profraw' cargo test
grcov . --binary-path ./target/debug/deps/ -s . -t html --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o target/coverage/html
update-docs:
cargo build
./target/debug/documentation -o wiki/functions.md
docs:
cargo doc --no-deps