Closed nickbradley closed 7 years ago
Instead of taking the substring from the last ~
to the first .
, now take everything after last ~
. However, still expect tests to have the form ~TEST_NAME~test description.
Fixed applied to results/_design/grades/_view/byTeamDeliverableCommit
The regex is too simple for extracting test descriptions: support descriptions that don't end with a period.