Skip to content

Commit f2dabc0

Browse files
fix coverage workflow
1 parent f57428d commit f2dabc0

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
# Install lcov if not already installed
3030
sudo apt-get install -y lcov
31-
cargo install cargo-llvm-cov -y
31+
cargo install cargo-llvm-cov
3232
rustup update
3333
rustup component add llvm-tools-preview
3434

crates/api-snowflake-rest/src/sql_state.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pub enum SqlState {
2323
FeatureNotSupported,
2424
}
2525

26-
2726
impl Display for SqlState {
2827
#[allow(clippy::as_conversions)]
2928
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

crates/api-snowflake-rest/src/tests/test_stress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mod stress {
6363
// new error
6464
"External error: Iceberg error: The operation lacked the necessary privileges to complete for path metadata",
6565
"Table test_table not found",
66-
// broken s3 tables error
66+
// broken s3 tables error
6767
"External error: Iceberg error: service error",
6868
// create table if not exists
6969
"External error: The operation lacked the necessary privileges to complete for path metadata",

0 commit comments

Comments
 (0)