Skip to content

Commit

Permalink
fix : pytest added to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jun 27, 2023
1 parent 330211a commit 162ad19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
python others/requirements-splitter.py
pip install --upgrade --upgrade-strategy=only-if-needed -r test-requirements.txt
if: matrix.python-version == env.TEST_PYTHON_VERSION
- name: Test with pytest
run: |
python -m pytest --cov=nava --cov-report=term
- name: Other tests
run: |
python -m vulture nava/ others/ setup.py --min-confidence 65 --exclude=__init__.py --sort-by-size
Expand Down

0 comments on commit 162ad19

Please sign in to comment.