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: (#20) Jacoco 설정 #21

Merged
merged 8 commits into from
Sep 1, 2022
Merged

merge: (#20) Jacoco 설정 #21

merged 8 commits into from
Sep 1, 2022

Conversation

softpeanut
Copy link
Member

@softpeanut softpeanut commented Sep 1, 2022

작업 내용 설명

  • jacoco plugin 추가
  • root build.gradle.kts에 jacoco gradle task 추가
  • CI.yml 추가
  • codecov.yml 추가

주요 변경 사항

  • build.yml process 수정

체크리스트

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

관련 이슈

@softpeanut softpeanut self-assigned this Sep 1, 2022
@softpeanut softpeanut added the setting 프로젝트의 기본적인 설정을 할 경우 label Sep 1, 2022
@codecov-commenter
Copy link

codecov-commenter commented Sep 1, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@6e429c2). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             main     #21   +/-   ##
======================================
  Coverage        ?   0.00%           
======================================
  Files           ?      29           
  Lines           ?     227           
  Branches        ?       2           
======================================
  Hits            ?       0           
  Misses          ?     227           
  Partials        ?       0           

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 6e429c2...c357bf8. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 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
No Duplication information No Duplication information

@softpeanut softpeanut merged commit ad914d5 into main Sep 1, 2022
@softpeanut softpeanut deleted the setting/20-jacoco-test branch September 1, 2022 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
setting 프로젝트의 기본적인 설정을 할 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test Code Coverage 설정
3 participants