We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a575d6 commit c2d04aeCopy full SHA for c2d04ae
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install mypy pytest-cov -r requirements.txt
24
# FIXME: #4052 fix mypy errors in the exclude directories and remove them below
25
- run: mypy --ignore-missing-imports
26
- --exclude '(data_structures|digital_image_processing|dynamic_programming|graphs|maths|matrix|other|project_euler|scripts|searches|strings*)/$' .
+ --exclude '(data_structures|dynamic_programming|graphs|maths|matrix|other|project_euler|scripts|searches|strings*)/$' .
27
- name: Run tests
28
run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
29
- if: ${{ success() }}
0 commit comments