From fe99d126d3cde338807eaca6fc61047c6574e5b7 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Wed, 31 Jul 2024 11:00:07 +1000 Subject: [PATCH] ci: fix tarpaulin option ordering --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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