mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
test: import database integration (#2803)
* feat: support importing database raw data * feat: verify import database test * test: fix test * ci: update integration test ci config * ci: codecov with os flag * ci: update docker command * ci: update docker command * ci: update docker command * ci: update docker command * test: add filter test
This commit is contained in:
@ -36,7 +36,7 @@ impl ChecklistCellData {
|
||||
if total_options == 0 {
|
||||
return 0.0;
|
||||
}
|
||||
(selected_options as f64) / (total_options as f64)
|
||||
((selected_options as f64) / (total_options as f64) * 10.0).trunc() / 10.0
|
||||
}
|
||||
|
||||
pub fn from_options(options: Vec<String>) -> Self {
|
||||
|
Reference in New Issue
Block a user