You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR applies the following changes into the testsreporter tool:
adding verbose mode, removing some unused fields in tests and
other functions and building the common data in its own structs
(errorLinks and dataError) to avoid duplication.
fmt.Printf("Skip creating GitHub issues, hit the maximum number (%d) of tests to be reported. Total failing tests: %d.\n", options.MaxTestsReported, len(packageErrors))
0 commit comments