trying to fix Export
All checks were successful
Create tag and build when new code gets to main / Export (push) Successful in 6m53s
All checks were successful
Create tag and build when new code gets to main / Export (push) Successful in 6m53s
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
class_name GdUnitReportWriter
|
||||
extends RefCounted
|
||||
|
||||
|
||||
func write(_report_path: String, _report: GdUnitReportSummary) -> String:
|
||||
assert(false, "'write' is not implemented!")
|
||||
return ""
|
||||
|
||||
|
||||
func output_format() -> String:
|
||||
assert(false, "'output_format' is not implemented!")
|
||||
return ""
|
||||
Reference in New Issue
Block a user