codecov / codecov-ruby

Ruby uploader for Codecov
https://codecov.io
MIT License
73 stars 82 forks source link

Add support GitHub Actions #78

Closed ysakasin closed 4 years ago

ysakasin commented 4 years ago

This PR is based on https://github.com/codecov/codecov-ruby/pull/52 and codecov-bash.

Supporting GitHub Actions by codecov-ruby is necessary because codecov-action is not working with SimpleCov.

codecov[bot] commented 4 years ago

Codecov Report

Merging #78 into master will increase coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   88.71%   88.98%   +0.26%     
==========================================
  Files           1        1              
  Lines         328      336       +8     
==========================================
+ Hits          291      299       +8     
  Misses         37       37              
Impacted Files Coverage Δ
lib/codecov.rb 88.98% <100.00%> (+0.26%) :arrow_up:

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 fd625ad...d12379a. Read the comment docs.

thomasrockhu commented 4 years ago

@ysakasin, unfortunately, this PR will not fix the underlying issue with parsing SimpleCov 0.18.x. Our team is working on a fix that should make this possible.

That said, thank you for this contribution, I'll get it checked in today if all looks good.

thomasrockhu commented 4 years ago

Sorry for the delay, but thanks again @ysakasin !