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

Cyclomatic complexity computation #234

Merged
merged 1 commit into from
Nov 9, 2018
Merged

Conversation

NorekZ
Copy link
Contributor

@NorekZ NorekZ commented Nov 6, 2018

As discussed in #132, this will enable cyclomatic complexity to be computed and emited to Cobertura and OpenCover reports.

@codecov
Copy link

codecov bot commented Nov 6, 2018

Codecov Report

Merging #234 into master will decrease coverage by 0.02%.
The diff coverage is 95.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #234      +/-   ##
==========================================
- Coverage   94.91%   94.89%   -0.03%     
==========================================
  Files          15       15              
  Lines        1633     1646      +13     
==========================================
+ Hits         1550     1562      +12     
- Misses         83       84       +1
Impacted Files Coverage Δ
src/coverlet.core/Reporters/OpenCoverReporter.cs 99.55% <100%> (+0.01%) ⬆️
src/coverlet.core/Reporters/CoberturaReporter.cs 99.27% <100%> (ø) ⬆️
src/coverlet.core/CoverageSummary.cs 92.3% <87.5%> (-0.36%) ⬇️

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 b54c93c...7258b73. Read the comment docs.

@tonerdo
Copy link
Collaborator

tonerdo commented Nov 6, 2018

@NorekZ thanks for the contribution, kindly link your commits to your profile so you can be properly attributed. Thanks

Signed-off-by: Norbert Žofák <nzofak@protank2.onmicrosoft.com>
@NorekZ NorekZ reopened this Nov 8, 2018
@NorekZ
Copy link
Contributor Author

NorekZ commented Nov 8, 2018

@tonerdo done, unfortunately had to rewrite commit email... thanks

@tonerdo tonerdo merged commit 4c3471d into coverlet-coverage:master Nov 9, 2018
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