Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] #557 patch application api #749

Merged
merged 6 commits into from
Mar 23, 2024

Conversation

wken5577
Copy link
Contributor

๐Ÿ“Œ ๊ฐœ์š”

  • ์ง€์›์„œ ์ˆ˜์ • API์ž…๋‹ˆ๋‹ค

๐Ÿ’ป ์ž‘์—…์‚ฌํ•ญ

  • ํ…Œ์ŠคํŠธ์ฝ”๋“œ ์•„์ง ๋ฏธ์ถ”๊ฐ€

โœ… ๋ณ€๊ฒฝ๋กœ์ง

๐Ÿ’กIssue ๋ฒˆํ˜ธ

@wken5577 wken5577 self-assigned this Mar 20, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests โœ…

โ— No coverage uploaded for pull request base (recruit-dev@49a78da). Click here to learn what that means.

Additional details and impacted files
@@              Coverage Diff               @@
##             recruit-dev     #749   +/-   ##
==============================================
  Coverage               ?   74.04%           
  Complexity             ?      730           
==============================================
  Files                  ?      164           
  Lines                  ?     3163           
  Branches               ?      337           
==============================================
  Hits                   ?     2342           
  Misses                 ?      678           
  Partials               ?      143           
Flag Coverage ฮ”
integrationTest 68.16% <รธ> (?)
unitTest 29.33% <รธ> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

โ˜” View full report in Codecov by Sentry.
๐Ÿ“ข Have feedback on the report? Share it here.

@@ -4,10 +4,14 @@

import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;

import gg.data.recruit.recruitment.CheckList;

public interface CheckListRepository extends JpaRepository<CheckList, Long> {
@Query("SELECT c FROM CheckList c ")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์•ˆ์“ฐ๋Š”๊ฑฐ ์ง€์›Œ์ฃผ์‹ค์ˆ˜์žˆ์„๊นŒ์—ฌ

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

๋„ต

@AYoungSn AYoungSn added the enhancement New feature or request label Mar 21, 2024
@wken5577 wken5577 merged commit e8db691 into recruit-dev Mar 23, 2024
2 checks passed
@wken5577 wken5577 deleted the 557--feature-application-patch-api branch March 23, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants