File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ codecov:
5757 mkdir -p ' $(COVERAGE_PROFILE_DIR)' ; \
5858 CARGO_INCREMENTAL=0 RUSTFLAGS=\" $$ {RUSTFLAGS:-} $(COVERAGE_RUSTFLAGS ) \" LLVM_PROFILE_FILE=' $(COVERAGE_PROFILE_DIR)/kitesql-%p-%m.profraw' $(CARGO ) test --all --features decimal; \
5959 CARGO_INCREMENTAL=0 RUSTFLAGS=\" $$ {RUSTFLAGS:-} $(COVERAGE_RUSTFLAGS ) \" LLVM_PROFILE_FILE=' $(COVERAGE_PROFILE_DIR)/kitesql-%p-%m.profraw' $(CARGO ) run -p sqllogictest-test -- --path ' $(SQLLOGIC_PATH)' ; \
60- $(GRCOV ) . --binary-path ./ target/debug -s . -t lcov $(COVERAGE_REPORT_ARGS ) -o ' $(CODECOV_OUTPUT)' "
60+ $(GRCOV ) . --binary-path \" $$ {CARGO_TARGET_DIR:- target} /debug\" -s . -t lcov $(COVERAGE_REPORT_ARGS ) -o ' $(CODECOV_OUTPUT)' "
6161
6262# # Generate a local HTML coverage report.
6363codecov-html :
@@ -67,7 +67,7 @@ codecov-html:
6767 mkdir -p ' $(COVERAGE_PROFILE_DIR)' ' $(COVERAGE_HTML_DIR)' ; \
6868 CARGO_INCREMENTAL=0 RUSTFLAGS=\" $$ {RUSTFLAGS:-} $(COVERAGE_RUSTFLAGS ) \" LLVM_PROFILE_FILE=' $(COVERAGE_PROFILE_DIR)/kitesql-%p-%m.profraw' $(CARGO ) test --all --features decimal; \
6969 CARGO_INCREMENTAL=0 RUSTFLAGS=\" $$ {RUSTFLAGS:-} $(COVERAGE_RUSTFLAGS ) \" LLVM_PROFILE_FILE=' $(COVERAGE_PROFILE_DIR)/kitesql-%p-%m.profraw' $(CARGO ) run -p sqllogictest-test -- --path ' $(SQLLOGIC_PATH)' ; \
70- $(GRCOV ) . --binary-path ./ target/debug -s . -t html $(COVERAGE_REPORT_ARGS ) -o ' $(COVERAGE_HTML_DIR)' "
70+ $(GRCOV ) . --binary-path \" $$ {CARGO_TARGET_DIR:- target} /debug\" -s . -t html $(COVERAGE_REPORT_ARGS ) -o ' $(COVERAGE_HTML_DIR)' "
7171 @echo " Coverage report: $( COVERAGE_HTML_DIR) /index.html"
7272
7373# # Run formatting (check mode) across the workspace.
You can’t perform that action at this time.
0 commit comments