Closed susannasiebert closed 3 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
app/presenters/minimal_evidence_grid_presenter.rb | 0 | 1 | 0.0% | ||
app/presenters/evidence_item_tsv_presenter.rb | 0 | 2 | 0.0% | ||
<!-- | Total: | 3 | 6 | 50.0% | --> |
Totals | |
---|---|
Change from base Build 558880154: | 0.01% |
Covered Lines: | 2137 |
Relevant Lines: | 13340 |
Functional evidence items no longer allow a disease to be set but in different parts of the codebase we assume that all evidence items will have a disease assigned to it. This PR fixes the places I found where that is the case.
Closes https://github.com/griffithlab/civic-client/issues/1589