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

Warn about missing coverage information and SkunkScore impact #48

Merged
merged 4 commits into from
Sep 24, 2020

Conversation

manuca
Copy link
Contributor

@manuca manuca commented Sep 18, 2020

Fixes #25

@codecov
Copy link

codecov bot commented Sep 18, 2020

Codecov Report

Merging #48 into master will increase coverage by 0.35%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   81.93%   82.29%   +0.35%     
==========================================
  Files          19       19              
  Lines         299      305       +6     
==========================================
+ Hits          245      251       +6     
  Misses         54       54              
Impacted Files Coverage Δ
lib/skunk/cli/application.rb 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e74a0eb...f08c0fa. Read the comment docs.

@@ -41,7 +41,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "rubycritic", ">= 4.4", "< 5.0"
spec.add_dependency "terminal-table", "~> 1.8.0"

spec.add_development_dependency "bundler", "~> 2.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why we dropping the bundler dependency?

Copy link
Contributor Author

@manuca manuca Sep 18, 2020

Choose a reason for hiding this comment

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

The main reason was because Travis wasn't building, check it out here:

https://travis-ci.org/github/fastruby/skunk/builds/728404194

Then there's the question about if bundler is a development dependency of Skunk which I intuitively thought it isn't.

Honestly I'm not sure what the usual pattern is and if there's a reason why one would specify Bundler as a dep for a project.

codeclimate-engine-rb (0.4.1)
virtus (~> 1.0)
codecov (0.1.16)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

codecov 0.1.16 was yanked, that's why we needed to update here.
Check:
https://rubygems.org/gems/codecov/versions

Copy link
Member

@etagwerker etagwerker left a comment

Choose a reason for hiding this comment

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

@manuca Looks good. Thanks! 💯

@etagwerker etagwerker merged commit e038ce3 into master Sep 24, 2020
@etagwerker etagwerker deleted the warn-missing-coverage branch September 24, 2020 02:54
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.

Print a warning when running skunk without a coverage/.resultset.json
3 participants