Skip to content

Update simplecov to 0.17.1

Takuya Noguchi requested to merge update-simplecov-to-0.17.1 into master

Update simplecov from 0.9.2 (released on 2015-02-18) to 0.17.1 (2019-09-16) to suppress deprecation warnings as follows:

126 examples, 0 failures
/builds/gitlab-org/gitaly/ruby/vendor/bundle/ruby/2.6.0/gems/simplecov-0.9.2/lib/simplecov/configuration.rb:193: warning: constant ::Fixnum is deprecated
/builds/gitlab-org/gitaly/ruby/vendor/bundle/ruby/2.6.0/gems/simplecov-0.9.2/lib/simplecov/source_file.rb:29: warning: constant ::Fixnum is deprecated
/builds/gitlab-org/gitaly/ruby/vendor/bundle/ruby/2.6.0/gems/simplecov-0.9.2/lib/simplecov/source_file.rb:30: warning: constant ::Fixnum is deprecated
Coverage report generated for RSpec to /builds/gitlab-org/gitaly/ruby/gitlab-shell/coverage. 1294 / 1345 LOC (96.21%) covered.
make[1]: Leaving directory '/builds/gitlab-org/gitaly/_build'

CI logs before/after updating

simplecov version 0.9.2 (before) 0.17.1 (after)
test:go1.13-git-2.24-ruby-2.6 job https://gitlab.com/gitlab-org/gitaly/-/jobs/388066491 https://gitlab.com/gitlab-org/gitaly/-/jobs/389599900

Upstream changelog

Previous update

Edited by GitLab Release Tools Bot

Merge request reports

Loading