File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616* .obj
1717.vscode /
1818.codacy-coverage
19- coverage.xml
2019.coverage
2120docs_
2221codacy.sh
@@ -86,7 +85,6 @@ htmlcov/
8685.coverage. *
8786.cache
8887nosetests.xml
89- coverage.xml
9088* .cover
9189* .py,cover
9290.hypothesis /
Original file line number Diff line number Diff line change 11include LICENSE
22include README.rst
33
4+ recursive-include pyben *
45recursive-include tests *
6+ recursive-include assets *
7+ recursive-include .github *
58recursive-exclude * __pycache__
69recursive-exclude * *.py[cod]
10+ recursive-exclude docs *
11+ recursive-exclude site *
712
813recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif *.json *.md
Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ clean-build: ## remove build artifacts
4242 rm -f .coverage
4343 rm -fr htmlcov/
4444 rm -fr .pytest_cache
45- rm -fr corbertura.xml
45+ rm -f corbertura.xml
46+ rm -f coverage.xml
47+ rm -fr .codacy-coverage
4648
4749lint : # # check style with flake8
4850 black pyben tests
You can’t perform that action at this time.
0 commit comments