Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
90514cb1
Commit
90514cb1
authored
Sep 15, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't rely on ActiveSupport in SimpleCovEnv
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
ed769b4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
spec/simplecov_env.rb
spec/simplecov_env.rb
+1
-2
No files found.
spec/simplecov_env.rb
View file @
90514cb1
...
...
@@ -2,7 +2,6 @@
require
'simplecov'
require
'simplecov-cobertura'
require
'active_support/core_ext/numeric/time'
require_relative
'../lib/gitlab/utils'
module
SimpleCovEnv
...
...
@@ -75,7 +74,7 @@ module SimpleCovEnv
add_group
'Libraries'
,
%w[/lib /ee/lib]
add_group
'Tooling'
,
%w[/haml_lint /rubocop /tooling]
merge_timeout
365
.
days
merge_timeout
365
*
24
*
3600
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment