Skip to content
Snippets Groups Projects
Commit 0d83b55e authored by Robert Speicher's avatar Robert Speicher Committed by Ruben Davila
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
parent e6f5653c
No related branches found
No related tags found
1 merge request!8889WIP: Port of 25624-anticipate-obstacles-to-removing-turbolinks to EE.
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