This commit is contained in:
Ulf Gebhardt 2021-04-14 12:23:41 +02:00
parent abd4aff55b
commit 8d4f7c6ab3
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -22,7 +22,7 @@ end
@coverage_type = ENV['INPUT_TYPE']
@report_path = ENV['INPUT_RESULT_PATH']
@report_name: ENV['INPUT_REPORT_NAME']
@report_name = ENV['INPUT_REPORT_NAME']
@data = { min: ENV['INPUT_MIN_COVERAGE'] }
@report = CoverageReport.generate(@coverage_type, @report_path, @data)