[DRE-commits] [ruby-simplecov] 01/05: Merge tag 'upstream/0.14.1'

Lucas Nussbaum lucas at moszumanska.debian.org
Sun Jul 9 06:23:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

lucas pushed a commit to branch master
in repository ruby-simplecov.

commit ff14d949f8d2d24fd7659e59d3454ca822f21575
Merge: c06cbc2 a577365
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Sun Jul 9 07:40:02 2017 +0200

    Merge tag 'upstream/0.14.1'
    
    Upstream version 0.14.1

 .rubocop.yml                                       |  18 +-
 .travis.yml                                        |  14 +-
 CHANGELOG.md                                       |  62 ++++-
 Gemfile                                            |  32 ++-
 README.md                                          |  57 ++--
 Rakefile                                           |  13 +-
 features/config_nocov_token.feature                |   4 +-
 features/maximum_coverage_drop.feature             |  55 +++-
 features/refuse_coverage_drop.feature              |  62 ++++-
 features/skipping_code_blocks_manually.feature     |   4 +-
 features/step_definitions/simplecov_steps.rb       |   4 +-
 features/support/env.rb                            |   2 +-
 lib/simplecov.rb                                   |  43 ++-
 lib/simplecov/configuration.rb                     |  59 ++--
 lib/simplecov/defaults.rb                          |  44 +--
 lib/simplecov/filter.rb                            |   2 +-
 lib/simplecov/jruby_fix.rb                         |   2 +-
 lib/simplecov/last_run.rb                          |   4 +-
 lib/simplecov/load_global_config.rb                |   6 +
 lib/simplecov/merge_helpers.rb                     |  38 ---
 lib/simplecov/profiles.rb                          |   4 +-
 lib/simplecov/raw_coverage.rb                      |  39 +++
 lib/simplecov/result.rb                            |   9 +-
 lib/simplecov/result_merger.rb                     |  20 +-
 lib/simplecov/source_file.rb                       |  96 ++++---
 lib/simplecov/version.rb                           |  15 +-
 metadata.yml                                       | 295 --------------------
 simplecov.gemspec                                  |   2 +-
 spec/1_8_fallbacks_spec.rb                         |  36 +--
 spec/command_guesser_spec.rb                       |  78 +++---
 spec/config_loader_spec.rb                         |  14 +
 spec/configuration_spec.rb                         |  35 +++
 .../features/step_definitions/my_steps.rb          |   2 +-
 spec/faked_project/features/test_stuff.feature     |   2 +-
 spec/faked_project/lib/faked_project/some_class.rb |   2 +-
 spec/faked_project/spec/forking_spec.rb            |   3 +-
 spec/file_list_spec.rb                             |  94 +++----
 spec/filters_spec.rb                               | 144 +++++-----
 spec/fixtures/deleted_source_sample.rb             |   2 +-
 spec/fixtures/never.rb                             |   2 +
 spec/fixtures/skipped.rb                           |   4 +
 spec/fixtures/skipped_and_executed.rb              |   8 +
 spec/helper.rb                                     |   4 +-
 spec/last_run_spec.rb                              |  48 ++++
 spec/merge_helpers_spec.rb                         | 108 --------
 spec/raw_coverage_spec.rb                          |  92 +++++++
 spec/result_merger_spec.rb                         |  88 ++++++
 spec/result_spec.rb                                | 302 +++++++++++----------
 spec/return_codes_spec.rb                          |  13 +-
 spec/source_file_line_spec.rb                      | 216 +++++++--------
 spec/source_file_spec.rb                           | 164 +++++++----
 spec/support/fail_rspec_on_ruby_warning.rb         |  75 +++++
 52 files changed, 1410 insertions(+), 1131 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-simplecov.git



More information about the Pkg-ruby-extras-commits mailing list