We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran interrogate on the repository and it reported 23.7% coverage of docstring, which is low.
$ poetry add interrogate $ poetry run interrogate -v ========================= Coverage for /pySigma-backend-loki/ ========================== -------------------------------------------------- Summary --------------------------------------------------- | Name | Total | Miss | Cover | Cover% | |------------------------------------------------|--------------|-------------|--------------|---------------| | sigma/backends/loki/__init__.py | 1 | 1 | 0 | 0% | | sigma/backends/loki/loki.py | 33 | 7 | 26 | 79% | | sigma/pipelines/loki/__init__.py | 1 | 1 | 0 | 0% | | sigma/pipelines/loki/loki.py | 2 | 2 | 0 | 0% | | tests/sigma_backend_tester.py | 6 | 6 | 0 | 0% | | tests/test_backend_loki.py | 44 | 42 | 2 | 5% | | tests/test_backend_negation_loki.py | 29 | 29 | 0 | 0% | | tests/test_pipelines_loki.py | 2 | 2 | 0 | 0% | |------------------------------------------------|--------------|-------------|--------------|---------------| | TOTAL | 118 | 90 | 28 | 23.7% | ------------------------------- RESULT: FAILED (minimum: 80.0%, actual: 23.7%) -------------------------------
It'd be nice if this is increased by adding more docstrings and module-level docs.
#6 (comment)
This should also include moving existing comments into docstring format (see #8).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran interrogate on the repository and it reported 23.7% coverage of docstring, which is low.
It'd be nice if this is increased by adding more docstrings and module-level docs.
#6 (comment)
This should also include moving existing comments into docstring format (see #8).
The text was updated successfully, but these errors were encountered: