diff --git a/justfile b/justfile index 51aa341d8..147ecb33c 100644 --- a/justfile +++ b/justfile @@ -599,5 +599,4 @@ stratus-test-coverage output="": -rm utils/deploy/deploy_02.log cargo llvm-cov report {{output}} - cargo llvm-cov report --codecov --output-path target/llvm-cov/codecov/codecov.json - + cargo llvm-cov report --codecov --output-path target/llvm-cov/codecov/codecov.json \ No newline at end of file