Update python.yml #37
13 new problems found by Qodana for Python
Qodana for Python
13 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 |
PEP 8 coding style violation |
◽️ Notice | 3 |
@@ 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
Detected 20 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
Dependency | Version | Licenses |
---|---|---|
Brotli | 1.0.9 | MIT |
PySocks | 1.7.1 | BSD-3-Clause |
certifi | 2024.2.2 | MPL-2.0 |
cffi | 1.16.0 | MIT |
colorama | 0.4.6 | BSD-3-Clause |
conda-content-trust | 0.2.0 | BSD-3-Clause |
cryptography | 41.0.7 | BSD-3-Clause |
distlib | 0.3.8 | PSF-2.0 |
filelock | 3.14.0 | Unlicense |
numpy | 1.26.4 | BSD-3-Clause |
pip | 23.3.1 | MIT |
pipenv | 2023.12.1 | MIT |
platformdirs | 3.10.0 | MIT |
pyOpenSSL | 23.2.0 | Apache-2.0 |
pycparser | 2.21 | BSD-3-Clause |
setuptools | 68.2.2 | MIT |
tomli | 2.0.1 | MIT |
virtualenv-clone | 0.5.4 | MIT |
virtualenv | 20.26.1 | MIT |
wheel | 0.41.2 | MIT |
Contact Qodana team
Contact us at qodana-support@jetbrains.com
- 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 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 notice on line 41 in src/foo.py
github-actions / Qodana for Python
PEP 8 coding style violation
PEP 8: E302 expected 2 blank lines, found 1
Check notice on line 3 in src/another.py
github-actions / Qodana for Python
PEP 8 coding style violation
PEP 8: W292 no newline at end of file
Check notice on line 38 in src/foo.py
github-actions / Qodana for Python
PEP 8 coding style violation
PEP 8: E302 expected 2 blank lines, found 1
Check warning on line 5 in src/foo.py
github-actions / Qodana for Python
Unreachable code
This code is unreachable