Skip to content

feat(session): move the SPA session poll off the legacy CFM #900

feat(session): move the SPA session poll off the legacy CFM

feat(session): move the SPA session poll off the legacy CFM #900

Triggered via pull request August 10, 2026 05:56
Status Success
Total duration 2m 32s
Artifacts

tests.yml

on: pull_request
Frontend Tests
56s
Frontend Tests
Backend Tests
2m 28s
Backend Tests
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Frontend Tests
Unexpected input(s) 'report-type', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
Backend Tests
Unexpected input(s) 'report-type', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
Backend Tests: web/Areas/Effort/Services/EvalHarvestService.cs#L34
'GetCourseEvaluationStatusAsync' has a cyclomatic complexity of '33'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Backend Tests: web/Areas/Effort/Services/EffortRecordService.cs#L71
'CreateEffortRecordAsync' has a cyclomatic complexity of '27'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Backend Tests: web/Areas/Effort/Services/EffortAuditService.cs#L665
'BuildFilteredQuery' has a cyclomatic complexity of '41'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Backend Tests: web/Areas/CTS/Controllers/AssessmentController.cs#L38
'GetAssessments' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Backend Tests: web/Areas/ClinicalScheduler/Controllers/CliniciansController.cs#L126
'GetClinicianSchedule' has a cyclomatic complexity of '29'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Backend Tests: web/Program.cs#L1
'<Main>$' has a cyclomatic complexity of '31'. Rewrite or refactor the code to decrease its complexity below '26'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1502)
Backend Tests: web/Program.cs#L46
'Program' has a maintainability index of '5'. Rewrite or refactor the code to increase its maintainability index (MI) above '9'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1505)
Backend Tests: web/Controllers/HomeController.cs#L32
Using http protocol is insecure. Use https instead.
Backend Tests: web/Areas/CMS/Services/CmsLeftNavService.cs#L238
Remove this commented out code.
Backend Tests: web/Areas/CMS/Controllers/CMSLeftNavController.cs#L86
Remove this commented out code.