mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-08-03 10:49:44 -05:00
Include failing packages without tests in report
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
This commit is contained in:
6
tests/14-panic.txt
Normal file
6
tests/14-panic.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
panic: init
|
||||
stacktrace
|
||||
FAIL package/panic 0.003s
|
||||
panic: init
|
||||
stacktrace
|
||||
FAIL package/panic2 0.003s
|
Reference in New Issue
Block a user