Skip to content

Add instancer tests #914

Add instancer tests

Add instancer tests #914

Triggered via push November 27, 2023 04:50
Status Failure
Total duration 50s
Artifacts

python-app.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 12 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (ubuntu-latest): src/application.py#L780
E501 line too long (93 > 90 characters)
build (ubuntu-latest): src/application.py#L788
E501 line too long (93 > 90 characters)
build (ubuntu-latest): src/migrate.py#L9
E501 line too long (106 > 90 characters)
build (ubuntu-latest): src/migrate.py#L11
E501 line too long (154 > 90 characters)
build (ubuntu-latest): src/migrate.py#L25
E501 line too long (91 > 90 characters)
build (ubuntu-latest): src/migrate.py#L27
E501 line too long (93 > 90 characters)
build (ubuntu-latest): src/migrate.py#L30
E501 line too long (93 > 90 characters)
build (ubuntu-latest): src/migrate.py#L36
E501 line too long (93 > 90 characters)
build (ubuntu-latest): src/tests/test_admin.py#L102
E501 line too long (142 > 90 characters)
build (ubuntu-latest): src/tests/test_contest.py#L80
E501 line too long (93 > 90 characters)
build (windows-latest)
The operation was canceled.
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest): src/application.py#L194
W504 line break after binary operator
build (ubuntu-latest): src/tests/test_instancer.py#L1
F401 'json' imported but unused
build (ubuntu-latest): src/tests/test_instancer.py#L2
F401 'os' imported but unused
build (ubuntu-latest): src/tests/test_instancer.py#L3
F401 'shutil' imported but unused
build (ubuntu-latest): src/tests/test_instancer.py#L13
W293 blank line contains whitespace
build (ubuntu-latest): src/tests/test_instancer.py#L81
W293 blank line contains whitespace
build (ubuntu-latest): src/tests/test_instancer.py#L90
W292 no newline at end of file
build (ubuntu-latest): src/views/admin.py#L41
W504 line break after binary operator
build (ubuntu-latest): src/views/contest.py#L205
C901 'contest_problem' is too complex (12)
build (ubuntu-latest): src/views/contest.py#L313
C901 'edit_contest_problem' is too complex (14)
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/