We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc824e0 commit 3e612a4Copy full SHA for 3e612a4
.github/workflows/pre-commit.yml
@@ -68,9 +68,9 @@ jobs:
68
# if: ${{ matrix.python-version == '3.6' }}
69
# with:
70
# extra_args: --all -c .pre-commit-config-gh-${{ matrix.python-version }}.yaml
71
- - name: 'pytest (${{ matrix.python-version }})'
+ - name: 'pytest + coverage (${{ matrix.python-version }})'
72
run: |
73
- pytest
+ pytest --cov=execution_process_metrics_collector
74
- name: Get transitive dependencies licences
75
id: license_check_print_report
76
# uses: pilosus/action-pip-license-checker@v1.0.0
dev-requirements.txt
@@ -5,3 +5,4 @@ twine
5
mypy >= 1.1.1
6
-r mypy-requirements.txt
7
pytest
8
+pytest-cov
0 commit comments