Skip to content

Commit 50dde23

Browse files
committed
test CI #3
1 parent c1d987a commit 50dde23

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install autopep8 pylint pytest pre-commit
20-
pre-commit install
19+
pip install autopep8 pylint pytest pytest-cov pre-commit
2120
22-
- name: Run pre-commit checks
23-
run: pre-commit run --all-files
21+
- name: Run tests with coverage
22+
run: pytest --cov=src --cov-report=term-missing

0 commit comments

Comments
 (0)