This commit is contained in:
t1m0t 2022-02-06 23:27:24 +01:00
parent d876546485
commit fc0a093466

View file

@ -23,8 +23,6 @@ function run_script {
cd .. && \
echo "rustup default nightly && cargo +nightly tarpaulin --verbose --all-features --tests --workspace --exclude core-macro --timeout 120 --out Html" | docker run -i --rm --security-opt seccomp=unconfined -v "/home/elios/project/prs/dioxus/:/run_test" dioxus-code-coverage
#firefox tarpaulin-report.html
# clean up
rm -rf tmp
if [ $# -ge 1 ]