We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be74600 commit ba2181dCopy full SHA for ba2181d
.github/workflows/tests.yml
@@ -246,6 +246,7 @@ jobs:
246
sudo apt-get update -q
247
sudo apt-get install -qqy dkms nasm python3-setuptools
248
pip install distro pytest pytest-cov
249
+ pip install --upgrade packaging
250
pip install -r linux_requirements.txt
251
sudo pip uninstall importlib_metadata
252
sudo pip install importlib_metadata --force-reinstall
@@ -270,7 +271,7 @@ jobs:
270
271
272
- name: Run Python pytest
273
run: |
- python -m pytest --cov --cov-report=term-missing --cov-fail-under="${{ env.CODE_COVERAGE_REQ }}"
274
+ python -m pytest --cov . --cov-report=term-missing --cov-fail-under="${{ env.CODE_COVERAGE_REQ }}"
275
276
- name: Run xml cfg checker
277
0 commit comments