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

enforce code covereage on every run and with low overhead #75

Merged
merged 3 commits into from
Feb 3, 2018

Conversation

grosser
Copy link
Contributor

@grosser grosser commented Feb 3, 2018

includes 2 of my other PRs, so needs a rebase before it can be merged

  • fixing coverage to make it possible while still using bundler
  • enforcing coverage on every run (super low overhead compared to simplecov)
  • adding tests to get coverage to 100%

Error looks like this:
screen shot 2018-02-03 at 7 39 22 am

@masci

@masci masci added this to the 3.3.0 milestone Feb 3, 2018
had to remove gemspec from Gemfile or the file would be uncovereage since it is loaded before
coverage starts
@grosser
Copy link
Contributor Author

grosser commented Feb 3, 2018

ready to merge

Gemfile Outdated

gem 'rake', '10.1.0'
gem 'rack', '~> 1.6'
gem 'minitest'
gem "yard", "~> 0.8.7.3"
gem 'simplecov'
gem 'jeweler', '~> 1.8'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jeweler should go away

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pushed a fix

@grosser
Copy link
Contributor Author

grosser commented Feb 3, 2018

otherwise looks right! :)

@masci
Copy link
Contributor

masci commented Feb 3, 2018

@grosser thanks, going to release soon and ship allthethings

@masci masci merged commit e5fd968 into DataDog:master Feb 3, 2018
@grosser
Copy link
Contributor Author

grosser commented Feb 3, 2018 via email

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.

2 participants