Skip to content

Commit

Permalink
Merge pull request #130 from WanF-Project/feat/banner
Browse files Browse the repository at this point in the history
feat: codecov 추가하여 커버리지 측정
  • Loading branch information
qwe916 authored Jan 5, 2024
2 parents 02e7f15 + fefa6b8 commit b930ecc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
file: ./build/jacoco/index.xml

# gradlew 파일 권한 지정
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
codecov:
require_ci_to_pass: yes

comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: false
branches:
- main

0 comments on commit b930ecc

Please sign in to comment.