[DRE-commits] [ruby-simplecov] branch master updated (c06cbc2 -> e47f97e)

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 change to branch master
in repository ruby-simplecov.

      from  c06cbc2   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  a577365   New upstream version 0.14.1
       new  ff14d94   Merge tag 'upstream/0.14.1'
       new  a8f17b2   Bump Standards-Version to 4.0.0.
       new  0dfe2fe   Refresh patch.
       new  68143b4   Refresh packaging using dh-make-ruby
       new  e47f97e   Prepare changelog

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .rubocop.yml                                       |  18 +-
 .travis.yml                                        |  14 +-
 CHANGELOG.md                                       |  62 ++++-
 Gemfile                                            |  32 ++-
 README.md                                          |  57 ++--
 Rakefile                                           |  13 +-
 debian/changelog                                   |  21 ++
 debian/control                                     |   4 +-
 debian/patches/dont-mess-with-the-load-path.patch  |   2 +-
 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 +++++
 55 files changed, 1435 insertions(+), 1133 deletions(-)
 create mode 100644 lib/simplecov/load_global_config.rb
 delete mode 100644 lib/simplecov/merge_helpers.rb
 create mode 100644 lib/simplecov/raw_coverage.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/config_loader_spec.rb
 create mode 100644 spec/configuration_spec.rb
 create mode 100644 spec/fixtures/never.rb
 create mode 100644 spec/fixtures/skipped.rb
 create mode 100644 spec/fixtures/skipped_and_executed.rb
 create mode 100644 spec/last_run_spec.rb
 delete mode 100644 spec/merge_helpers_spec.rb
 create mode 100644 spec/raw_coverage_spec.rb
 create mode 100644 spec/result_merger_spec.rb
 create mode 100644 spec/support/fail_rspec_on_ruby_warning.rb

-- 
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