Skip to content

Commit 39b90b1

Browse files
committed
Add coverage commenter
1 parent 70ecfcb commit 39b90b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install -r requirements.txt
22-
pip install coveralls
2322
- name: Run unit tests
2423
run: |
2524
python -m pytest --cov=iamport tests
25+
- name: Comment on coverage
26+
uses: coroo/[email protected]
27+
with:
28+
pytest-coverage: .coverage
2629
- name: Run convention tests
2730
run: |
2831
python -m flake8 iamport tests --ignore E203,W503,W504

0 commit comments

Comments
 (0)