macaron icon indicating copy to clipboard operation
macaron copied to clipboard

Improve testing of Commit Finder algorithm

Open benmss opened this issue 1 year ago • 0 comments

The Commit Finder uses a combination of regex and result sorting to retrieve the most appropriate commit for a given artefact. While tests exist to test this functionality, the addition of finer grained tests would help ensure that the individual parts of the process are behaving as expected, and would enable easier debugging when these parts need adjustment in the future.

benmss avatar Apr 15 '24 01:04 benmss