#!/bin/sh RUST_LOG=cpp_rs=trace cargo test && (cargo tarpaulin -o Xml; mv cobertura.xml cov.xml)