Skip to content

Commit

Permalink
lower pg crate test coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Jan 31, 2024
1 parent 3d374c0 commit dba2fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/types/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl Transaction {
author_device_latlng: None,
author_role: None,
equilibrium_time: None,
sum_value: "0.000".to_string(), // used in integration tests for now
sum_value: "0.000".to_string(), // used in integration tests
transaction_items,
}
}
Expand Down
2 changes: 1 addition & 1 deletion project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ crates:
params: []
pg:
runtime: rust1.x
min_code_cov: 38
min_code_cov: 37
type: lib
env_var: null
params: []
Expand Down

0 comments on commit dba2fbc

Please sign in to comment.