mfridman / tparse

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

Ignore start event added in go1.20 #89

Closed mfridman closed 1 year ago

mfridman commented 1 year ago

Fix #88

This is a stop-gap to ignore go1.20 "start" events.

We can likely use this information internally, but this PR aims to be a quick fix to address malformed lines.