Closed eatyourgreens closed 3 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.26%. Comparing base (
28944d1
) to head (591e1da
). Report is 68 commits behind head on development.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When a CSV data file has no amount or administration ID columns, we want to map dosing compartments to the groups that were created during the Stratification step. Group IDs may not be integers, so can't be parsed with
parseInt
.