We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5011407 commit fbe7cd6Copy full SHA for fbe7cd6
.github/workflows/build.yml
@@ -22,6 +22,6 @@ jobs:
22
python -m pip install --upgrade pip setuptools six wheel
23
python -m pip install pytest-cov -r requirements.txt
24
- name: Run tests
25
- run: pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
+ run: pytest --doctest-modules --ignore=project_euler/ --ignore=scripts/ --cov-report=term-missing:skip-covered --cov=. .
26
- if: ${{ success() }}
27
run: scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
0 commit comments