mfridman / tparse

CLI tool for summarizing go test output. Pipe friendly. CI/CD friendly.
MIT License
998 stars 22 forks source link

Fix unstable common package prefix logic #104

Closed mfridman closed 10 months ago

mfridman commented 10 months ago

Quick fix for #102.

I still think there's an opportunity to improve the logic, but given how its written pre-sorting the package names should be sufficient to prevent panics.