Update to match configuration in analyzer dir

This commit is contained in:
weslambert
2022-05-02 16:35:21 -04:00
committed by GitHub
parent 2fcb2b081d
commit efb229cfcb

View File

@@ -25,7 +25,7 @@ jobs:
find . -name requirements.txt -exec pip install -r {} \; find . -name requirements.txt -exec pip install -r {} \;
- name: Lint with flake8 - name: Lint with flake8
run: | run: |
flake8 ${{ matrix.python-code-path }} --show-source --max-complexity=10 --doctests --max-line-length=200 --statistics flake8 ${{ matrix.python-code-path }} --show-source --max-complexity=12 --doctests --max-line-length=200 --statistics
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest ${{ matrix.python-code-path }} --cov=${{ matrix.python-code-path }} --doctest-modules --cov-report=term --cov-fail-under=90 --cov-config=${{ matrix.python-code-path }}/pytest.ini pytest ${{ matrix.python-code-path }} --cov=${{ matrix.python-code-path }} --doctest-modules --cov-report=term --cov-fail-under=90 --cov-config=${{ matrix.python-code-path }}/pytest.ini