Skip to content

.NET - adjust coverage sample (#22)

Sign in for the full log view
GitHub Actions / Qodana for Python completed Aug 28, 2024 in 0s

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 qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 1 in src/foo.py

See this annotation in the file changed.

@github-actions github-actions / Qodana for Python

Class has no `__init__` method

Class has no __init__ method

Check warning on line 20 in src/foo.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for Python

Method is not declared static

Method `foobar` may be 'static'

Check notice on line 2 in src/foo.py

See this annotation in the file changed.

@github-actions github-actions / Qodana for Python

Method is not declared static

Method `foo` may be 'static'

Check notice on line 20 in src/foo.py

See this annotation in the file changed.

@github-actions github-actions / Qodana for Python

Method is not declared static

Method `baz` may be 'static'

Check warning on line 5 in src/foo.py

See this annotation in the file changed.

@github-actions github-actions / Qodana for Python

Unreachable code

This code is unreachable