diff --git a/justfile b/justfile index 2c0f199..7f0355f 100644 --- a/justfile +++ b/justfile @@ -10,4 +10,4 @@ test: # get coverage with tarpaulin coverage: - cargo tarpaulin -t 300 -- --test-threads 1 --out xml \ No newline at end of file + cargo tarpaulin -t 300 --out Xml -- --test-threads 1 \ No newline at end of file