Skip to content

TCVP-3070 Show 'Confirm Dialog' Info in Require Court Hearing / Adjourn Pop-up [WR - add to release 2.5] #5551

TCVP-3070 Show 'Confirm Dialog' Info in Require Court Hearing / Adjourn Pop-up [WR - add to release 2.5]

TCVP-3070 Show 'Confirm Dialog' Info in Require Court Hearing / Adjourn Pop-up [WR - add to release 2.5] #5551

Triggered via pull request January 23, 2025 22:09
Status Success
Total duration 2m 18s
Artifacts 3
Create, format and upload .NET Backend coverage artifact
1m 54s
Create, format and upload .NET Backend coverage artifact
Create, format and upload Javascript coverage artifact
1m 39s
Create, format and upload Javascript coverage artifact
Aggregate Javascript and .NET Coverage reports
6s
Aggregate Javascript and .NET Coverage reports
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
Create, format and upload Javascript coverage artifact
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Create, format and upload Javascript coverage artifact: src/frontend/citizen-portal/src/app/auth/store/auth/auth.reducers.ts#L10
`On` functions should have an explicit return type when using arrow functions: `on(action, (state): State => {}`. (https://ngrx.io/guide/eslint-plugin/rules/on-function-explicit-return-type)
Create, format and upload Javascript coverage artifact: src/frontend/citizen-portal/src/app/auth/store/auth/auth.reducers.ts#L11
`On` functions should have an explicit return type when using arrow functions: `on(action, (state): State => {}`. (https://ngrx.io/guide/eslint-plugin/rules/on-function-explicit-return-type)
Create, format and upload Javascript coverage artifact: src/frontend/citizen-portal/src/app/auth/store/auth/auth.reducers.ts#L12
`On` functions should have an explicit return type when using arrow functions: `on(action, (state): State => {}`. (https://ngrx.io/guide/eslint-plugin/rules/on-function-explicit-return-type)
Create, format and upload Javascript coverage artifact: src/frontend/citizen-portal/src/app/auth/store/auth/auth.selectors.ts#L6
The selector should start with "select". (https://ngrx.io/guide/eslint-plugin/rules/prefix-selectors-with-select)
Create, format and upload Javascript coverage artifact: src/frontend/citizen-portal/src/app/auth/store/auth/auth.selectors.ts#L11
The selector should start with "select". (https://ngrx.io/guide/eslint-plugin/rules/prefix-selectors-with-select)
Create, format and upload Javascript coverage artifact: src/frontend/citizen-portal/src/app/auth/store/auth/auth.selectors.ts#L16
The selector should start with "select". (https://ngrx.io/guide/eslint-plugin/rules/prefix-selectors-with-select)
Create, format and upload Javascript coverage artifact: src/frontend/citizen-portal/src/app/components/dispute-stepper/dispute-stepper.component.ts#L153
`Store` subscription is forbidden. Use the `async` pipe instead. (https://ngrx.io/guide/eslint-plugin/rules/no-store-subscription)
Create, format and upload Javascript coverage artifact: src/frontend/citizen-portal/src/app/components/update-dispute-contact/update-dispute-contact.component.ts#L36
`Store` subscription is forbidden. Use the `async` pipe instead. (https://ngrx.io/guide/eslint-plugin/rules/no-store-subscription)
Create, format and upload Javascript coverage artifact: src/frontend/citizen-portal/src/app/components/update-dispute-landing/update-dispute-landing.component.ts#L37
`Store` subscription is forbidden. Use the `async` pipe instead. (https://ngrx.io/guide/eslint-plugin/rules/no-store-subscription)
Create, format and upload Javascript coverage artifact: src/frontend/citizen-portal/src/app/components/update-dispute/update-dispute.component.ts#L40
Map logic at the selector level instead. (https://ngrx.io/guide/eslint-plugin/rules/avoid-mapping-selectors)
Create, format and upload .NET Backend coverage artifact
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Create, format and upload .NET Backend coverage artifact: src/backend/TrafficCourts/TrafficCourts.Core/Domain/Models/DisputeCaseFileSummary.cs#L54
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Create, format and upload .NET Backend coverage artifact: src/backend/TrafficCourts/TrafficCourts.Core/Domain/Models/DisputeCaseFileSummary.cs#L55
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Create, format and upload .NET Backend coverage artifact: src/backend/TrafficCourts/TrafficCourts.Core/Domain/Models/DisputeCaseFileSummary.cs#L12
Non-nullable property 'SignatoryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Create, format and upload .NET Backend coverage artifact: src/backend/TrafficCourts/TrafficCourts.Core/Domain/Models/DisputeCaseFileSummary.cs#L14
Non-nullable property 'TicketNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Create, format and upload .NET Backend coverage artifact: src/backend/TrafficCourts/TrafficCourts.Core/Domain/Models/DisputeCaseFileSummary.cs#L18
Non-nullable property 'ToBeHeardAtCourthouseName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Create, format and upload .NET Backend coverage artifact: src/backend/TrafficCourts/TrafficCourts.Core/Domain/Models/DisputeCaseFileSummary.cs#L19
Non-nullable property 'DisputantSurname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Create, format and upload .NET Backend coverage artifact: src/backend/TrafficCourts/TrafficCourts.Core/Domain/Models/DisputeCaseFileSummary.cs#L20
Non-nullable property 'DisputantGivenName1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Create, format and upload .NET Backend coverage artifact: src/backend/TrafficCourts/TrafficCourts.Core/Domain/Models/DisputeCaseFileSummary.cs#L21
Non-nullable property 'DisputantGivenName2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Create, format and upload .NET Backend coverage artifact: src/backend/TrafficCourts/TrafficCourts.Core/Domain/Models/DisputeCaseFileSummary.cs#L22
Non-nullable property 'DisputantGivenName3' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Create, format and upload .NET Backend coverage artifact: src/backend/TrafficCourts/TrafficCourts.Core/Domain/Models/DisputeCaseFileSummary.cs#L24
Non-nullable property 'DisputeStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Aggregate Javascript and .NET Coverage reports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
backend-coverage-report
6.52 KB
citizen-portal-coverage-report
9.44 KB
summed-total-coverage-report
15.9 KB