Skip to content

Commit

Permalink
ci: fix tarpaulin option ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Jul 31, 2024
1 parent d312e45 commit fe99d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ test:

# get coverage with tarpaulin
coverage:
cargo tarpaulin -t 300 -- --test-threads 1 --out xml
cargo tarpaulin -t 300 --out Xml -- --test-threads 1

0 comments on commit fe99d12

Please sign in to comment.