Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements #154

Merged
merged 7 commits into from Feb 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Version check
run: |
python otherfile/version_check.py
if: matrix.python-version == 3.7
- name: Font check
run: |
python otherfile/font_check.py
Expand All @@ -44,10 +45,12 @@ jobs:
python -m vulture art/ otherfile/ setup.py art_profile.py --min-confidence 65 --exclude=__init__.py --sort-by-size
python -m bandit -r art -s B311
python -m pydocstyle --match='(?!test).*\.py' -v
if: matrix.python-version == 3.7
- name: Codecov
sepandhaghighi marked this conversation as resolved.
Show resolved Hide resolved
run: |
python -m art testcov2
codecov
if: matrix.python-version == 3.7 && matrix.os == 'ubuntu-latest'
- name: Profile
run: |
python -m cProfile -s cumtime art_profile.py
3 changes: 3 additions & 0 deletions codecov.yml
Expand Up @@ -9,3 +9,6 @@ coverage:
patch:
default:
enabled: no
project:
default:
threshold: 1%