diff --git a/python/.gitignore b/python/.gitignore index af084aa8..708aac3c 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -10,4 +10,4 @@ venv/ dist/* *.pickle .s.yml -.DS_Store \ No newline at end of file +.DS_Store \ No newline at end of file diff --git a/python/pytest.ini b/python/pytest.ini index b81aa25d..f20ad699 100644 --- a/python/pytest.ini +++ b/python/pytest.ini @@ -17,7 +17,7 @@ omit = */__init__.py [coverage:report] # Setting the report format -show_missing = True # Show missing lines in the report +show_missing= True # Show missing lines in the report skip_covered = True # Skip files that are fully covered pytest --cov=python tests/ --cov-report html \ No newline at end of file diff --git a/python/tox.ini b/python/tox.ini index 2718dbac..b37bcceb 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -18,4 +18,4 @@ commands = python -m coverage combine python -m coverage report -m python -m coverage html # Generate HTML report - python -m coverage json # Generate JSON report + python -m coverage json # Generate JSON