There was a 1.7% coverage drop in client core PR https://github.com/opensrp/opensrp-client-core/pull/871 which means that 455 lines are no longer covered. The previous coverage was 69.528% ### Possible causes - [ ] A CI tests build error that produces the wrong coverage - [ ] Ignored tests - [ ] A test(s) that covered a lot of lines was deleted, is not running correctly eg. an activity test - [ ] Untested code