eNeRGy164 / LivingDocumentation

Generate documentation based on your dotnet source code!
MIT License
54 stars 8 forks source link

Fix order or handling nameof constructs #66

Closed eNeRGy164 closed 1 month ago

github-actions[bot] commented 10 months ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
LivingDocumentation.Abstractions 100% 100% 6
LivingDocumentation.Analyzer 70% 60% 268
LivingDocumentation.Descriptions 98% 96% 268
LivingDocumentation.Extensions 100% 100% 22
LivingDocumentation.Json 100% 75% 14
LivingDocumentation.RenderExtensions 68% 80% 133
LivingDocumentation.Statements 100% 100% 16
Summary 81% (667 / 825) 76% (411 / 544) 727
github-actions[bot] commented 10 months ago

Pull Request Test Coverage Report for Build 7304477314


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/LivingDocumentation.Analyzer/Analyzers/InvocationsAnalyzer.cs 2 4 50.0%
<!-- Total: 2 4 50.0% -->
Files with Coverage Reduction New Missed Lines %
src/LivingDocumentation.Analyzer/Analyzers/InvocationsAnalyzer.cs 1 50.86%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 7304473792: 0.0%
Covered Lines: 667
Relevant Lines: 825

💛 - Coveralls
eNeRGy164 commented 1 month ago

Will be implemented by https://github.com/dendrodocs/dotnet-tool/pull/3