summaryrefslogtreecommitdiff
path: root/server/coverage.sh
AgeCommit message (Collapse)Author
2025-02-03code coverage: Add tests for commonJoel Klinghed
Add coverage for common as well as server. Fix fs_utils::create_dir_allow_existing to fail if entry exists but isn't a dir.
2025-01-09Add script for generating coverage reportJoel Klinghed
Not great, but works. Needs `cargo install grcov` and `rustup component add llvm-tools-preview` to work.