There was an error while loading. Please reload this page.
1 parent 74c7ce0 commit 0b6271aCopy full SHA for 0b6271a
1 file changed
Makefile
@@ -37,7 +37,7 @@ install: build
37
test: all
38
@if pip show pytest-cov > /dev/null; \
39
then \
40
- if [ `find CloudFlare cli4 examples tests setup.py -type f -name '*.py' -newer .coverage | wc -l` != 0 ]; \
+ if [ `find CloudFlare CloudFlare/tests cli4 examples setup.py setup.cfg -type f -depth 1 -name '*.py' -newer .coverage | wc -l` != 0 ]; \
41
42
echo $(PYTEST) --cov=CloudFlare ; \
43
$(PYTEST) --cov=CloudFlare ; \
0 commit comments