codecov / codecov-ruby

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

Codefresh support #136

Closed matthewjf closed 3 years ago

matthewjf commented 3 years ago

This adds codefresh support: https://codefresh.io/

Environment variables: https://codefresh.io/docs/docs/codefresh-yaml/variables/

I've verified that it works for our private repo.

Note: Doesn't currently work with codefresh as a service name. Does that require changes on the codecov API?

codecov[bot] commented 3 years ago

Codecov Report

Merging #136 (d04de9a) into master (e0aa49e) will increase coverage by 0.17%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #136      +/-   ##
==========================================
+ Coverage   91.91%   92.08%   +0.17%     
==========================================
  Files           3        3              
  Lines         371      379       +8     
==========================================
+ Hits          341      349       +8     
  Misses         30       30              
Impacted Files Coverage Δ
lib/codecov/uploader.rb 91.50% <100.00%> (+0.21%) :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 e0aa49e...d04de9a. Read the comment docs.

matthewjf commented 3 years ago

No longer using codecov