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

Shorten result #135

Merged
merged 3 commits into from
Feb 4, 2021
Merged

Shorten result #135

merged 3 commits into from
Feb 4, 2021

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
@@ -20,7 +20,8 @@ def format(report)
begin
result_path = File.join(::SimpleCov.coverage_path, RESULT_FILE_NAME)
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.

3 participants