We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f38f6c commit a25dc00Copy full SHA for a25dc00
python/.gitignore
@@ -10,4 +10,4 @@ venv/
10
dist/*
11
*.pickle
12
.s.yml
13
-.DS_Store
+.DS_Store
python/pytest.ini
@@ -17,7 +17,7 @@ omit =
17
*/__init__.py
18
[coverage:report]
19
# Setting the report format
20
-show_missing = True # Show missing lines in the report
+show_missing= True # Show missing lines in the report
21
skip_covered = True # Skip files that are fully covered
22
23
pytest --cov=python tests/ --cov-report html
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
0 commit comments