Skip to content
Snippets Groups Projects
Commit f41098ad authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'fix/coverage-report-merge-time' into 'master'

Bump SimpleCov merge timeout to 365 days

## What does this MR do?

In case that CI pipeline fails because of intermittent errors in one of the jobs, when someone retries the only failing job located in the middle stage, the job that calculates compound coverage that is configured in later stage, and triggered after retrying job in the pipeline, will still return an accurate coverage value.

Closes #21144

See merge request !5932
parents 5bed1316 bac55c34
No related branches found
No related tags found
No related merge requests found
Pipeline #
require 'simplecov'
require 'active_support/core_ext/numeric/time'
 
module SimpleCovEnv
extend self
Loading
Loading
@@ -48,7 +49,7 @@ module SimpleCovEnv
add_group 'Uploaders', 'app/uploaders'
add_group 'Validators', 'app/validators'
 
merge_timeout 7200
merge_timeout 365.days
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment