2021-11-17 19:13:32 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2021-12-13 01:14:51 -05:00
|
|
|
desc "Fetch reliable and unreliable spec data and create report"
|
|
|
|
task :reliable_spec_report, [:range, :report_in_issue_and_slack] do |_task, args|
|
|
|
|
QA::Tools::ReliableReport.run(**args)
|
2021-11-17 19:13:32 -05:00
|
|
|
end
|