mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-05-07 20:52:13 -05:00

If a package compiles correctly, but panics before it has a chance to run any tests it would previously be ignored. Any failing packages without tests but with some output will now be included in the report with a dummy test. Fixes #52
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
panic: init
|
|
stacktrace
|
|
FAIL package/panic 0.003s
|
|
panic: init
|
|
stacktrace
|
|
FAIL package/panic2 0.003s
|