Skip to content

Commit ba2d32a

Browse files
committed
DEV: Only run coverage for PyPDF2
1 parent b219dfd commit ba2d32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clean:
1717
rm -rf tests/__pycache__ PyPDF2/__pycache__ Image9.png htmlcov docs/_build dist dont_commit_merged.pdf dont_commit_writer.pdf PyPDF2.egg-info PyPDF2_pdfLocation.txt .pytest_cache .mypy_cache .benchmarks
1818

1919
test:
20-
pytest tests --cov --cov-report term-missing -vv --cov-report html --durations=3 --timeout=30
20+
pytest tests --cov --cov-report term-missing -vv --cov-report html --durations=3 --timeout=60 PyPDF2
2121

2222
testtype:
2323
pytest tests --cov --cov-report term-missing -vv --cov-report html --durations=3 --timeout=30 --typeguard-packages=PyPDF2

0 commit comments

Comments
 (0)