mfridman / tparse

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

Record start event with package start time #94

Closed mfridman closed 1 year ago

mfridman commented 1 year ago

Fix #84

Instead of skipping over the start event (which was a quick fix in https://github.com/mfridman/tparse/pull/89 to unblock users), we record with the top-level Package struct.

I'm not convinced we need this value for any CLI calculations, but we'll keep it in the back pocket, being careful to remember this is only available for go1.20 and up.