mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00

Make sure we don't ignore any build error that did not belong to a package. This isn't expected to normally happen, but we need to handle it anyway to prevent accidentally ignoring potential errors. Refs #145