We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d987a commit 50dde23Copy full SHA for 50dde23
1 file changed
.github/workflows/ci.yml
@@ -16,8 +16,7 @@ jobs:
16
- name: Install dependencies
17
run: |
18
python -m pip install --upgrade pip
19
- pip install autopep8 pylint pytest pre-commit
20
- pre-commit install
+ pip install autopep8 pylint pytest pytest-cov pre-commit
21
22
- - name: Run pre-commit checks
23
- run: pre-commit run --all-files
+ - name: Run tests with coverage
+ run: pytest --cov=src --cov-report=term-missing
0 commit comments