Skip to content
Merged

CI #51

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/Java_CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Java CI with Gradle

on:
push:
branches: [ "develop" ]

pull_request:
branches: [ "develop" ]

Expand Down
Binary file modified todo/.gradle/8.12.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified todo/.gradle/8.12.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified todo/.gradle/8.12.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified todo/.gradle/8.12.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified todo/.gradle/8.12.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified todo/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
1,282 changes: 0 additions & 1,282 deletions todo/build/github/dependency-manifest.json

This file was deleted.

Binary file modified todo/build/libs/todo-0.0.1-SNAPSHOT-plain.jar
Binary file not shown.
Binary file modified todo/build/libs/todo-0.0.1-SNAPSHOT.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion todo/build/reports/problems/problems-report.html

Large diffs are not rendered by default.

150 changes: 145 additions & 5 deletions todo/build/reports/tests/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Test Summary</h1>
<tr>
<td>
<div class="infoBox" id="tests">
<div class="counter">4</div>
<div class="counter">35</div>
<p>tests</p>
</div>
</td>
Expand All @@ -38,7 +38,7 @@ <h1>Test Summary</h1>
</td>
<td>
<div class="infoBox" id="duration">
<div class="counter">3.583s</div>
<div class="counter">4.770s</div>
<p>duration</p>
</div>
</td>
Expand Down Expand Up @@ -80,12 +80,52 @@ <h2>Packages</h2>
<tbody>
<tr>
<td class="success">
<a href="packages/com.todo.todo.html">com.todo.todo</a>
</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0.660s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="packages/com.todo.todo.Controller.html">com.todo.todo.Controller</a>
</td>
<td>13</td>
<td>0</td>
<td>0</td>
<td>1.187s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="packages/com.todo.todo.Intergration.html">com.todo.todo.Intergration</a>
</td>
<td>4</td>
<td>0</td>
<td>0</td>
<td>3.583s</td>
<td>2.534s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="packages/com.todo.todo.Repository.html">com.todo.todo.Repository</a>
</td>
<td>5</td>
<td>0</td>
<td>0</td>
<td>0.086s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="packages/com.todo.todo.Service.html">com.todo.todo.Service</a>
</td>
<td>12</td>
<td>0</td>
<td>0</td>
<td>0.303s</td>
<td class="success">100%</td>
</tr>
</tbody>
Expand All @@ -107,12 +147,112 @@ <h2>Classes</h2>
<tbody>
<tr>
<td class="success">
<a href="classes/com.todo.todo.TodoApplicationTests.html">com.todo.todo.TodoApplicationTests</a>
</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0.660s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="classes/com.todo.todo.Controller.AuthControllerTest.html">com.todo.todo.Controller.AuthControllerTest</a>
</td>
<td>4</td>
<td>0</td>
<td>0</td>
<td>0.371s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="classes/com.todo.todo.Controller.TodoControllerExceptionTest.html">com.todo.todo.Controller.TodoControllerExceptionTest</a>
</td>
<td>5</td>
<td>0</td>
<td>0</td>
<td>0.705s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="classes/com.todo.todo.Controller.TodoControllerTest.html">com.todo.todo.Controller.TodoControllerTest</a>
</td>
<td>4</td>
<td>0</td>
<td>0</td>
<td>3.583s</td>
<td>0.111s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="classes/com.todo.todo.Intergration.TodoIntergrationTest.html">com.todo.todo.Intergration.TodoIntergrationTest</a>
</td>
<td>4</td>
<td>0</td>
<td>0</td>
<td>2.534s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="classes/com.todo.todo.Repository.TodoRepositoryTest.html">com.todo.todo.Repository.TodoRepositoryTest</a>
</td>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0.035s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="classes/com.todo.todo.Repository.UserRepositoryTest.html">com.todo.todo.Repository.UserRepositoryTest</a>
</td>
<td>3</td>
<td>0</td>
<td>0</td>
<td>0.051s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="classes/com.todo.todo.Service.CustomUserDetailsServiceTest.html">com.todo.todo.Service.CustomUserDetailsServiceTest</a>
</td>
<td>1</td>
<td>0</td>
<td>0</td>
<td>0.037s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="classes/com.todo.todo.Service.OAuth2ServiceTest.html">com.todo.todo.Service.OAuth2ServiceTest</a>
</td>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0.020s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="classes/com.todo.todo.Service.OAuth2ServiceUnitTest.html">com.todo.todo.Service.OAuth2ServiceUnitTest</a>
</td>
<td>2</td>
<td>0</td>
<td>0</td>
<td>0.114s</td>
<td class="success">100%</td>
</tr>
<tr>
<td class="success">
<a href="classes/com.todo.todo.Service.TodoServiceTest.html">com.todo.todo.Service.TodoServiceTest</a>
</td>
<td>7</td>
<td>0</td>
<td>0</td>
<td>0.132s</td>
<td class="success">100%</td>
</tr>
</tbody>
Expand All @@ -126,7 +266,7 @@ <h2>Classes</h2>
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
</label>
</div>Generated by
<a href="http://www.gradle.org">Gradle 8.12.1</a> at 2025. 2. 26. 오전 2:24:20</p>
<a href="http://www.gradle.org">Gradle 8.12.1</a> at 2025. 2. 26. 오전 3:30:18</p>
</div>
</div>
</body>
Expand Down
Binary file modified todo/build/test-results/test/binary/output.bin
Binary file not shown.
Binary file modified todo/build/test-results/test/binary/output.bin.idx
Binary file not shown.
Binary file modified todo/build/test-results/test/binary/results.bin
Binary file not shown.
10 changes: 10 additions & 0 deletions todo/build/tmp/bootJar/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
Manifest-Version: 1.0
Main-Class: org.springframework.boot.loader.launch.JarLauncher
Start-Class: com.todo.todo.TodoApplication
Spring-Boot-Version: 3.4.2
Spring-Boot-Classes: BOOT-INF/classes/
Spring-Boot-Lib: BOOT-INF/lib/
Spring-Boot-Classpath-Index: BOOT-INF/classpath.idx
Spring-Boot-Layers-Index: BOOT-INF/layers.idx
Build-Jdk-Spec: 17
Implementation-Title: todo
Implementation-Version: 0.0.1-SNAPSHOT

Binary file modified todo/build/tmp/compileJava/previous-compilation-data.bin
Binary file not shown.
Binary file modified todo/build/tmp/compileTestJava/previous-compilation-data.bin
Binary file not shown.