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

Display average coverage in log #185

Conversation

mininny
Copy link
Contributor

@mininny mininny commented Sep 25, 2020

Addresses this issue.

It now adds the average coverage value of the report at the end of the coverage report to the console.

As-is

+---------------------+--------+
|     xcov Coverage Report     |
+---------------------+--------+
| A.framework               | 12.34% |
| B.framework               | 56.78% |
+---------------------+--------+

To-be

+---------------------+--------+
|     xcov Coverage Report     |
+---------------------+--------+
| A.framework               | 12.34% |
| B.framework               | 56.78% |
| Average Coverage     | xx.yy%  |
+---------------------+--------+

Copy link
Member

@joshdholtz joshdholtz left a comment

Choose a reason for hiding this comment

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

I like this feature! Thank you for the contribution ❤️

@joshdholtz joshdholtz merged commit fc5280f into fastlane-community:master Mar 5, 2022
@mininny mininny deleted the feature/mininny/show-average-coverage-in-log branch March 5, 2022 16:30
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.

2 participants