Add Python Testing to CI #10
checks.yml
on: pull_request
runner / pylint
16s
runner / misspell
14s
Matrix: run-tests
Annotations
5 errors and 10 warnings
run-tests (3.11)
Process completed with exit code 1.
|
run-tests (3.12)
The job was canceled because "_3_11" failed.
|
run-tests (3.12)
The operation was canceled.
|
run-tests (3.10)
The job was canceled because "_3_11" failed.
|
run-tests (3.10)
The operation was canceled.
|
runner / pylint:
cli/deduplifhirLib/tests.py#L26
[pylint] reported by reviewdog 🐶
C0303: Trailing whitespace (trailing-whitespace)
Raw Output:
cli/deduplifhirLib/tests.py:26:0: C0303: Trailing whitespace (trailing-whitespace)
|
runner / pylint:
cli/deduplifhirLib/tests.py#L28
[pylint] reported by reviewdog 🐶
C0303: Trailing whitespace (trailing-whitespace)
Raw Output:
cli/deduplifhirLib/tests.py:28:0: C0303: Trailing whitespace (trailing-whitespace)
|
runner / pylint:
cli/deduplifhirLib/tests.py#L29
[pylint] reported by reviewdog 🐶
C0301: Line too long (129/100) (line-too-long)
Raw Output:
cli/deduplifhirLib/tests.py:29:0: C0301: Line too long (129/100) (line-too-long)
|
runner / pylint:
cli/deduplifhirLib/tests.py#L30
[pylint] reported by reviewdog 🐶
C0303: Trailing whitespace (trailing-whitespace)
Raw Output:
cli/deduplifhirLib/tests.py:30:0: C0303: Trailing whitespace (trailing-whitespace)
|
runner / pylint:
cli/deduplifhirLib/tests.py#L32
[pylint] reported by reviewdog 🐶
C0301: Line too long (129/100) (line-too-long)
Raw Output:
cli/deduplifhirLib/tests.py:32:0: C0301: Line too long (129/100) (line-too-long)
|
runner / pylint:
cli/deduplifhirLib/tests.py#L33
[pylint] reported by reviewdog 🐶
C0303: Trailing whitespace (trailing-whitespace)
Raw Output:
cli/deduplifhirLib/tests.py:33:0: C0303: Trailing whitespace (trailing-whitespace)
|
runner / pylint:
cli/deduplifhirLib/tests.py#L34
[pylint] reported by reviewdog 🐶
C0303: Trailing whitespace (trailing-whitespace)
Raw Output:
cli/deduplifhirLib/tests.py:34:0: C0303: Trailing whitespace (trailing-whitespace)
|
runner / pylint:
cli/deduplifhirLib/tests.py#L36
[pylint] reported by reviewdog 🐶
C0303: Trailing whitespace (trailing-whitespace)
Raw Output:
cli/deduplifhirLib/tests.py:36:0: C0303: Trailing whitespace (trailing-whitespace)
|
runner / pylint:
cli/deduplifhirLib/tests.py#L38
[pylint] reported by reviewdog 🐶
C0303: Trailing whitespace (trailing-whitespace)
Raw Output:
cli/deduplifhirLib/tests.py:38:0: C0303: Trailing whitespace (trailing-whitespace)
|
runner / pylint:
cli/deduplifhirLib/tests.py#L43
[pylint] reported by reviewdog 🐶
C0304: Final newline missing (missing-final-newline)
Raw Output:
cli/deduplifhirLib/tests.py:43:0: C0304: Final newline missing (missing-final-newline)
|