typo
This commit is contained in:
parent
abd4aff55b
commit
8d4f7c6ab3
@ -22,7 +22,7 @@ end
|
|||||||
|
|
||||||
@coverage_type = ENV['INPUT_TYPE']
|
@coverage_type = ENV['INPUT_TYPE']
|
||||||
@report_path = ENV['INPUT_RESULT_PATH']
|
@report_path = ENV['INPUT_RESULT_PATH']
|
||||||
@report_name: ENV['INPUT_REPORT_NAME']
|
@report_name = ENV['INPUT_REPORT_NAME']
|
||||||
@data = { min: ENV['INPUT_MIN_COVERAGE'] }
|
@data = { min: ENV['INPUT_MIN_COVERAGE'] }
|
||||||
|
|
||||||
@report = CoverageReport.generate(@coverage_type, @report_path, @data)
|
@report = CoverageReport.generate(@coverage_type, @report_path, @data)
|
||||||
|
|||||||
Reference in New Issue
Block a user