Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds coverage calculation by individual file feature. #392

Merged
merged 1 commit into from
May 26, 2015

Conversation

xaviershay
Copy link
Collaborator

@ptashman I squashed and rebased, plus ghost wrote an extra sentence into the README.

If you're happy with this, I'll hit merge as soon as travis confirms green.

@ptashman
Copy link

Sounds good to me. Thanks!

xaviershay added a commit that referenced this pull request May 26, 2015
Adds coverage calculation by individual file feature.
@xaviershay xaviershay merged commit 3e8f3e3 into master May 26, 2015
@colszowka
Copy link
Collaborator

Very cool, thanks!

@colszowka colszowka deleted the ptashman-min_cov_by_file branch May 26, 2015 09:23
jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Dec 2, 2015
0.11.0 2015-11-29 ([changes](simplecov-ruby/simplecov@v0.10.0...v0.10.11))
=================

## Enhancements

* Added `SimpleCov.minimum_coverage_by_file` for per-file coverage thresholds. See [#392](simplecov-ruby/simplecov#392) (thanks @ptashman)
* Added `track_files` configuration option to specify a glob to always include in coverage results, whether or not those files are required. See [#422](simplecov-ruby/simplecov#422) (thanks @hugopeixoto)
* Speed up `root_filter` by an order of magnitude. See [#396](simplecov-ruby/simplecov#396) (thanks @raszi)

## Bugfixes

* Fix warning about global variable `$ERROR_INFO`. See [#400](simplecov-ruby/simplecov#400) (thanks @amatsuda)
* Actually recurse upward looking for `.simplecov`, as claimed by the documentation, rather than only the working directory. See [#423](simplecov-ruby/simplecov#423) (thanks @alexdowad)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants