Skip to content

Commit e7df8de

Browse files
committed
test
1 parent ee56079 commit e7df8de

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
python -m pip list
3030
3131
- name: Run tests
32-
# run: pytest --cov
33-
run: coverage run -m pytest
32+
run: |
33+
coverage run -m pytest
34+
coverage report
3435
3536
- name: Coveralls parallel
3637
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)