.NET coverage (#20) #53
11 new problems found by Qodana for Python
Qodana for Python
PYTHON/py/
11 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Check Python source code coverage |
🔶 Warning | 6 |
Unreachable code |
🔶 Warning | 1 |
Method is not declared static |
◽️ Notice | 3 |
Class has no init method |
◽️ Notice | 1 |
@@ Code coverage @@
+ 58% total lines covered
43 lines analyzed, 25 lines covered
# Calculated according to the filters of your coverage tool
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 1 in src/foo.py
github-actions / Qodana for Python
Class has no `__init__` method
Class has no __init__ method
Check warning on line 20 in src/foo.py
github-actions / Qodana for Python
Check Python source code coverage
Method `baz` coverage is below the threshold 50%
Check warning on line 33 in src/foo.py
github-actions / Qodana for Python
Check Python source code coverage
Method `fun1` coverage is below the threshold 50%
Check warning on line 2 in src/foo.py
github-actions / Qodana for Python
Check Python source code coverage
Method `foo` coverage is below the threshold 50%
Check warning on line 42 in src/foo.py
github-actions / Qodana for Python
Check Python source code coverage
Constructor `BaseClass` coverage is below the threshold 50%
Check warning on line 1 in src/foo.py
github-actions / Qodana for Python
Check Python source code coverage
File `foo.py` coverage is below the threshold 50%
Check warning on line 1 in src/foo.py
github-actions / Qodana for Python
Check Python source code coverage
Class `FooCls` coverage is below the threshold 50%
Check notice on line 29 in src/foo.py
github-actions / Qodana for Python
Method is not declared static
Method `foobar` may be 'static'
Check notice on line 2 in src/foo.py
github-actions / Qodana for Python
Method is not declared static
Method `foo` may be 'static'
Check notice on line 20 in src/foo.py
github-actions / Qodana for Python
Method is not declared static
Method `baz` may be 'static'
Check warning on line 5 in src/foo.py
github-actions / Qodana for Python
Unreachable code
This code is unreachable