Skip to content

Commit e5f0ffc

Browse files
committed
feat: update README with new logo and file structure; add SECURITY.md and new scripts
1 parent 5b2df7b commit e5f0ffc

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

assets/codelinecounter-logo.svg

Lines changed: 16 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)