Skip to content

Commit c170628

Browse files
committed
Remove pytest-coverage-commenter
1 parent 769bd36 commit c170628

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)