Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed May 15, 2024
1 parent 3d37fe2 commit 6f33200
Show file tree
Hide file tree
Showing 14 changed files with 317 additions and 199 deletions.
5 changes: 3 additions & 2 deletions .scope/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
"tags": [
{ "tag": "Tag", "module": "Default module" },
{ "tag": "asdflkj", "module": "Second module" }]},
{ "path": "src/FileSystem/fileSystemUtils.ts",
{ "path": "src/FileSystem/fileSystemUtils.ts",
"tags": [
{ "tag": "Tag", "module": "Default module" },
{ "tag": "asdflkj", "module": "Second module" }]}],
{ "tag": "asdflkj", "module": "Second module" }]}
],
"ignoredFiles": [
"src/Git/GitRepository.ts",
"src/Relevancy/RelevancyManager.ts",
Expand Down
6 changes: 6 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"request": "launch",
"type": "node-terminal"
},
{
"command": "npm run build && scope --report-for-commit 35077cb91ab71c20eef1d13482c26af45a51238b",
"name": "Run test of --report-for-commit",
"request": "launch",
"type": "node-terminal"
},
{
"name": "Debug Jest Tests (Windows)",
"type": "node",
Expand Down
12 changes: 6 additions & 6 deletions log.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2 id="page-title">build-123</h2>
</tr>
<tr>
<td>Current date</td>
<td>2024-5-10 17:14:45</td>
<td>2024-5-15 15:34:14</td>
</tr>
<tr>
<td>Build data file location</td>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h3>JIRA-KEY</h3>
>
</th>
<th>Lines</th>
<th>Tag / module</th>
<th>Module / Tag</th>
<th>Referenced files</th>
</thead>
<tr>
Expand All @@ -141,9 +141,9 @@ <h3>JIRA-KEY</h3>
<td>++1</td>
<td>
<p>
<strong>Tag</strong> / <strong>Default module</strong
><br /><strong>asdflkj</strong> /
<strong>Second module</strong>
<strong>Default module</strong> / <strong>Tag</strong
><br /><strong>Second module</strong> /
<strong>asdflkj</strong>
</p>
</td>
<td>-</td>
Expand All @@ -160,7 +160,7 @@ <h3>JIRA-KEY</h3>
<td>-</td>
<td>++8</td>
<td>
<p><strong>Tag</strong> / <strong>Default module</strong></p>
<p><strong>Default module</strong> / <strong>Tag</strong></p>
</td>
<td>
<div title="Untagged" class="undefined">src/scope.ts</div>
Expand Down
Loading

0 comments on commit 6f33200

Please sign in to comment.