Skip to content

Commit f3fcb84

Browse files
authored
Update ci.yml
1 parent 6c13760 commit f3fcb84

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
@@ -39,8 +39,9 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip
4141
pip install -e .[test]
42-
- name: Run pytest
43-
run: pytest
42+
- name: Run tests with coverage
43+
run: |
44+
pytest --cov=spot_api --cov-report=term-missing --cov-fail-under=80
4445
4546
docs:
4647
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)