This commit is contained in:
Miguel Savignano 2019-11-02 22:20:40 +01:00
parent 10ef5432cc
commit 22a9598b0f

View File

@ -22,6 +22,7 @@ end
@coverage_type = ENV['INPUT_TYPE']
@report_path = ENV['INPUT_RESULT_PATH']
puts 'INPUT_RESULT_PATH'
puts @report_path
@data = { min: ENV['INPUT_MIN_COVERAGE'] }