Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Conversation

@thomasrockhu
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Feb 4, 2021

Codecov Report

Merging #135 (a3741be) into master (b04f1d1) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage   91.86%   91.89%   +0.02%     
==========================================
  Files           3        3              
  Lines         369      370       +1     
==========================================
+ Hits          339      340       +1     
  Misses         30       30              
Impacted Files Coverage Δ
lib/codecov/formatter.rb 94.00% <100.00%> (+0.12%) ⬆️

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 b04f1d1...a3741be. Read the comment docs.

@thomasrockhu thomasrockhu requested a review from a team February 4, 2021 14:56
Copy link
Contributor

@drazisil-codecov drazisil-codecov left a comment

Choose a reason for hiding this comment

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

Please review license failure status

@thomasrockhu thomasrockhu merged commit 61f2343 into master Feb 4, 2021
File.write(result_path, result['codecov'])
puts "Coverage report generated to #{result_path}.\n#{result}"
overflow = result['coverage'].to_s.length > 256 ? '...' : ''
puts "Coverage report generated to #{result_path}.\n#{result['coverage'].to_s.[](0, 255)}#{overflow}"
Copy link

Choose a reason for hiding this comment

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

@

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants