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

merge: (#106) dev/prod 개발환경 분리 #108

Merged
merged 4 commits into from
Oct 12, 2022

Conversation

softpeanut
Copy link
Member

작업 내용 설명

  • application-dev.yml
  • application-prod.yml

주요 변경 사항

  • application.yml 분리

체크리스트

  • 어플리케이션 구동(혹은 테스트)시 오류는 없나요?
  • 생성된 코드에 Javadoc 주석을 추가 하였나요?
  • 생성된 코드에 대한 테스트 코드가 작성 되었나요?

관련 이슈

@softpeanut softpeanut added feat 새로운 기능을 추가 할 경우 setting 프로젝트의 기본적인 설정을 할 경우 labels Oct 12, 2022
@softpeanut softpeanut self-assigned this Oct 12, 2022
@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Merging #108 (2b36e77) into main (3690ed7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #108   +/-   ##
=========================================
  Coverage     38.85%   38.85%           
  Complexity      185      185           
=========================================
  Files           132      132           
  Lines          1068     1068           
  Branches         31       31           
=========================================
  Hits            415      415           
  Misses          650      650           
  Partials          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3690ed7...2b36e77. Read the comment docs.

Copy link
Member

@khcho0125 khcho0125 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@sonarcloud
Copy link

sonarcloud bot commented Oct 12, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@softpeanut softpeanut merged commit 3ffed54 into main Oct 12, 2022
@softpeanut softpeanut deleted the feature/106-profile-setting branch October 12, 2022 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능을 추가 할 경우 setting 프로젝트의 기본적인 설정을 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dev / prod 환경설정 분리
2 participants