File tree Expand file tree Collapse file tree 2 files changed +29
-6
lines changed
Expand file tree Collapse file tree 2 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 44[ ![ .NET] ( https://github.com/magic5644/CodeLineCounter/actions/workflows/dotnet.yml/badge.svg )] ( https://github.com/magic5644/CodeLineCounter/actions/workflows/dotnet.yml )
55[ ![ Coverage] ( https://magic5644.github.io/magic5644/coverage-report/badge_combined.svg/badge_combined.svg )] ( [./coverage-report/index.html](https://github.com/magic5644/CodeLineCounter/actions/workflows/dotnet.yml) )
66
7- <div align =" center " ><img src =" ./assets/logo-new.webp " alt =" CodeLineCounter logo " width =" 200 " height =" 200 " center =" true " ></div >
7+ <div align =" center " ><img src =" ./assets/codelinecounter-logo.svg " alt =" CodeLineCounter logo " width =" 200 " height =" 200 " center =" true " ></div >
88
99## Description
1010
@@ -146,25 +146,32 @@ NBLignesCount/
146146│ │ └── CyclomaticComplexityCalculator.cs
147147│ ├── Utils/
148148│ │ ├── CoreUtils.cs
149- │ │ │── CsvExporter.cs
150149│ │ │── CsvHandler.cs
150+ │ │ │── DataExporter.cs
151151│ │ │── FileUtils.cs
152152│ │ └── HashUtils.cs
153+ │ │ └── JSONHandler.cs
153154│ ├── Program.cs
154155│ └── CodeLineCounter.csproj
155156├── CodeLineCounter.Tests/
156157│ ├── CodeAnalyzerTests.cs
157158│ ├── CodeDuplicationCheckerTests.cs
159+ │ ├── CodeLineCounter.Tests.csproj
158160│ ├── CyclomaticComplexityCalculatorTests.cs
159- │ ├── CoreUtilsTest .cs
160- │ ├── CsvExporterTest .cs
161+ │ ├── CoreUtilsTests .cs
162+ │ ├── DataExporterTests .cs
161163│ ├── CsvHandlerTests.cs
162164│ ├── FileUtilsTest.cs
163- │ └── CodeLineCounter.Tests.csproj
165+ │ └── HashUtilsTest.cs
164166├── .gitignore
165167├── README.md
168+ ├── SECURITY.md
166169├── LICENSE
167- └── CodeLineCounter.sln
170+ ├── CodeLineCounter.sln
171+ ├── generate-corvertura.cmd
172+ ├── generate-corvertura.sh
173+ ├── publish.cmd
174+ └── publish.sh
168175```
169176
170177## Unit Tests
You can’t perform that action at this time.
0 commit comments