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

Feature: metric field name option #1

Merged
merged 4 commits into from
Jul 4, 2021
Merged

Conversation

patinthehat
Copy link
Member

This PR adds the --metric/-m option to allow the user to specify the metric field name used when calculating the code coverage percentage.

@codecov
Copy link

codecov bot commented Jul 4, 2021

Codecov Report

Merging #1 (cd9a848) into main (e675dca) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##                main        #1   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity        23        27    +4     
===========================================
  Files              4         4           
  Lines             60        71   +11     
===========================================
+ Hits              60        71   +11     
Impacted Files Coverage Δ
src/Commands/CheckCoverageCommand.php 100.00% <100.00%> (ø)
src/Configuration/Configuration.php 100.00% <100.00%> (ø)
src/Configuration/ConfigurationFactory.php 100.00% <100.00%> (ø)
src/CoverageChecker.php 100.00% <100.00%> (ø)

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 e675dca...cd9a848. Read the comment docs.

@patinthehat patinthehat merged commit d9e99fd into main Jul 4, 2021
@patinthehat patinthehat deleted the feature-metric-flag branch July 4, 2021 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant