Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

MAT-6193: QDM Test Case Coverage Tabs and Accordion #2353

MAT-6193: QDM Test Case Coverage Tabs and Accordion

MAT-6193: QDM Test Case Coverage Tabs and Accordion #2353

Triggered via pull request November 21, 2023 22:54
Status Failure
Total duration 1m 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

unit_test_coverage.yml

on: pull_request
Checkout, install, lint, build and test with coverage
1m 22s
Checkout, install, lint, build and test with coverage
Upload code coverage to Codacy
0s
Upload code coverage to Codacy
Upload code coverage to Codecov
0s
Upload code coverage to Codecov
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Checkout, install, lint, build and test with coverage
Cannot find module './TestCaseCoverage/TestCaseCoverage' or its corresponding type declarations.
Checkout, install, lint, build and test with coverage
Process completed with exit code 1.
Checkout, install, lint, build and test with coverage: src/components/common/codeInput/CodeInput.tsx#L51
React Hook useEffect has a missing dependency: 'handleChange'. Either include it or remove the dependency array. If 'handleChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
Checkout, install, lint, build and test with coverage: src/components/common/componentDataType/ComponentType.tsx#L59
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
Checkout, install, lint, build and test with coverage: src/components/common/facilityLocation/FacilityLocation.tsx#L28
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
Checkout, install, lint, build and test with coverage: src/components/common/quantityInput/QuantityInput.tsx#L61
React Hook useEffect has an unnecessary dependency: 'ucum'. Either exclude it or remove the dependency array. Outer scope values like 'ucum' aren't valid dependencies because mutating them doesn't re-render the component
Checkout, install, lint, build and test with coverage: src/components/common/quantityInput/QuantityInput.tsx#L73
React Hook useEffect has a missing dependency: 'onQuantityChange'. Either include it or remove the dependency array. If 'onQuantityChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
Checkout, install, lint, build and test with coverage: src/components/common/quantityInput/QuantityInput.tsx#L94
React Hook useEffect has missing dependencies: 'currentQuantity' and 'findUnitOptionFromCQLQuantity'. Either include them or remove the dependency array
Checkout, install, lint, build and test with coverage: src/components/common/quantityIntervalInput/QuantityIntervalInput.tsx#L36
React Hook useEffect has a missing dependency: 'onQuantityIntervalChange'. Either include it or remove the dependency array. If 'onQuantityIntervalChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
Checkout, install, lint, build and test with coverage: src/components/common/ratioInput/RatioInput.tsx#L37
React Hook useEffect has a missing dependency: 'onRatioChange'. Either include it or remove the dependency array. If 'onRatioChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
Checkout, install, lint, build and test with coverage: src/components/editTestCase/groupCoverage/QdmGroupCoverage.tsx#L48
React Hook useEffect has a missing dependency: 'changeCriteria'. Either include it or remove the dependency array
Checkout, install, lint, build and test with coverage: src/components/editTestCase/groupCoverage/QdmGroupCoverage.tsx#L52
React Hook useEffect has missing dependencies: 'changePopulation' and 'selectedHighlightingTab'. Either include them or remove the dependency array