test:
	cargo test

coverage: test
	cargo llvm-cov report --show-missing-lines --color=always 2>&1 | grep -v " 100.00%"
