Metadata


Name
simplecov
Version
0.15.1
Platform
ruby
Authors
Christoph Olszowka
Bindir
bin
Date
2017-09-11 00:00:00 UTC
Dependencies
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
docile (~> 1.1.0)
bundler (~> 1.9, development)
Description
Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites
Email
christoph at olszowka de
Files
.gitignore
.rspec
.rubocop.yml
.travis.yml
.yardopts
CHANGELOG.md
CONTRIBUTING.md
Gemfile
MIT-LICENSE
README.md
Rakefile
cucumber.yml
doc/alternate-formatters.md
doc/commercial-services.md
doc/editor-integration.md
features/config_autoload.feature
features/config_command_name.feature
features/config_coverage_dir.feature
features/config_deactivate_merging.feature
features/config_formatters.feature
features/config_merge_timeout.feature
features/config_nocov_token.feature
features/config_profiles.feature
features/config_project_name.feature
features/config_styles.feature
features/config_tracked_files.feature
features/config_tracked_files_relevant_lines.feature
features/cucumber_basic.feature
features/maximum_coverage_drop.feature
features/merging_test_unit_and_rspec.feature
features/minimum_coverage.feature
features/refuse_coverage_drop.feature
features/rspec_basic.feature
features/rspec_fails_on_initialization.feature
features/rspec_groups_and_filters_basic.feature
features/rspec_groups_and_filters_complex.feature
features/rspec_groups_using_filter_class.feature
features/rspec_without_simplecov.feature
features/skipping_code_blocks_manually.feature
features/step_definitions/html_steps.rb
features/step_definitions/simplecov_steps.rb
features/step_definitions/transformers.rb
features/step_definitions/web_steps.rb
features/support/aruba_freedom_patch.rb
features/support/env.rb
features/test_unit_basic.feature
features/test_unit_groups_and_filters_basic.feature
features/test_unit_groups_and_filters_complex.feature
features/test_unit_groups_using_filter_class.feature
features/test_unit_without_simplecov.feature
features/unicode_compatiblity.feature
lib/simplecov.rb
lib/simplecov/command_guesser.rb
lib/simplecov/configuration.rb
lib/simplecov/defaults.rb
lib/simplecov/exit_codes.rb
lib/simplecov/file_list.rb
lib/simplecov/filter.rb
lib/simplecov/formatter.rb
lib/simplecov/formatter/multi_formatter.rb
lib/simplecov/formatter/simple_formatter.rb
lib/simplecov/jruby_fix.rb
lib/simplecov/last_run.rb
lib/simplecov/lines_classifier.rb
lib/simplecov/load_global_config.rb
lib/simplecov/no_defaults.rb
lib/simplecov/profiles.rb
lib/simplecov/railtie.rb
lib/simplecov/railties/tasks.rake
lib/simplecov/raw_coverage.rb
lib/simplecov/result.rb
lib/simplecov/result_merger.rb
lib/simplecov/source_file.rb
lib/simplecov/version.rb
simplecov.gemspec
spec/1_8_fallbacks_spec.rb
spec/command_guesser_spec.rb
spec/config_loader_spec.rb
spec/configuration_spec.rb
spec/defaults_spec.rb
spec/deleted_source_spec.rb
spec/faked_project/Gemfile
spec/faked_project/Rakefile
spec/faked_project/cucumber.yml
spec/faked_project/features/step_definitions/my_steps.rb
spec/faked_project/features/support/env.rb
spec/faked_project/features/test_stuff.feature
spec/faked_project/lib/faked_project.rb
spec/faked_project/lib/faked_project/framework_specific.rb
spec/faked_project/lib/faked_project/meta_magic.rb
spec/faked_project/lib/faked_project/some_class.rb
spec/faked_project/lib/faked_project/untested_class.rb
spec/faked_project/spec/faked_spec.rb
spec/faked_project/spec/forking_spec.rb
spec/faked_project/spec/meta_magic_spec.rb
spec/faked_project/spec/some_class_spec.rb
spec/faked_project/spec/spec_helper.rb
spec/faked_project/test/faked_test.rb
spec/faked_project/test/meta_magic_test.rb
spec/faked_project/test/some_class_test.rb
spec/faked_project/test/test_helper.rb
spec/file_list_spec.rb
spec/filters_spec.rb
spec/fixtures/app/controllers/sample_controller.rb
spec/fixtures/app/models/user.rb
spec/fixtures/deleted_source_sample.rb
spec/fixtures/frameworks/rspec_bad.rb
spec/fixtures/frameworks/rspec_good.rb
spec/fixtures/frameworks/testunit_bad.rb
spec/fixtures/frameworks/testunit_good.rb
spec/fixtures/iso-8859.rb
spec/fixtures/never.rb
spec/fixtures/resultset1.rb
spec/fixtures/resultset2.rb
spec/fixtures/sample.rb
spec/fixtures/skipped.rb
spec/fixtures/skipped_and_executed.rb
spec/fixtures/utf-8.rb
spec/helper.rb
spec/last_run_spec.rb
spec/lines_classifier_spec.rb
spec/multi_formatter_spec.rb
spec/raw_coverage_spec.rb
spec/result_merger_spec.rb
spec/result_spec.rb
spec/return_codes_spec.rb
spec/simplecov_spec.rb
spec/source_file_line_spec.rb
spec/source_file_spec.rb
spec/support/fail_rspec_on_ruby_warning.rb
Homepage
http://github.com/colszowka/simplecov
Licenses
MIT
Require paths
lib
Required ruby version
>= 1.8.7
Required rubygems version
>= 0
Rubygems version
2.6.11
Specification version
4
Summary
Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites
Original platform
ruby
New platform
ruby