1
0
Fork 0

Update python-PyCTBN-package.yml

master
lmoretti96 4 years ago committed by GitHub
parent 3fa1a546cc
commit 1f7c0d5e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/python-PyCTBN-package.yml

@ -38,9 +38,6 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest PyCTBN/tests/
- name: Generate coverage report - name: Generate coverage report
run: | run: |
pip install pytest pip install pytest