Skip to content

Commit 0fb8a5b

Browse files
authored
Merge pull request #50 from jha929/hotfix/remove-pytest-coverage-commenter
깃헙 액션 pytest-coverage-commenter 삭제
2 parents 769bd36 + c170628 commit 0fb8a5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
- name: Run unit tests
2323
run: |
2424
python -m pytest --cov=iamport tests
25-
- name: Comment on coverage
26-
uses: coroo/[email protected]
27-
with:
28-
pytest-coverage: .coverage
2925
- name: Run convention tests
3026
run: |
3127
python -m flake8 iamport tests --ignore E203,W503,W504

0 commit comments

Comments
 (0)