Skip to content

Commit

Permalink
drop rust unit test coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Jan 30, 2024
1 parent dcc870f commit bde8c80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/types/src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl Transaction {
author_device_latlng: None,
author_role: None,
equilibrium_time: None,
sum_value: "0.000".to_string(),
sum_value: "0.000".to_string(), // used in integration tests for now
transaction_items,
}
}
Expand Down
4 changes: 2 additions & 2 deletions 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: 40
min_code_cov: 38
type: lib
env_var: null
params: []
Expand All @@ -48,7 +48,7 @@ crates:
params: []
types:
runtime: rust1.x
min_code_cov: 97
min_code_cov: 94
type: lib
env_var: null
params: []
Expand Down

0 comments on commit bde8c80

Please sign in to comment.