mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
try fix
This commit is contained in:
parent
d876546485
commit
fc0a093466
1 changed files with 0 additions and 2 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue