Skip to content

Add test to fix coverage #499

Add test to fix coverage

Add test to fix coverage #499

Triggered via push March 2, 2024 19:54
Status Success
Total duration 2m 54s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/upload-artifact@v3, coverallsapp/github-action@v1.1.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, coverallsapp/github-action@v1.1.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
No files were found with the provided path: cypress/videos. No artifacts will be uploaded.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/hooks/useToast.ts#L44
React Hook useEffect has missing dependencies: 'bindFocusEvents' and 'unbindFocusEvents'. Either include them or remove the dependency array
build: src/utils/cssTransition.tsx#L102
React Hook useLayoutEffect has missing dependencies: 'enterClassName', 'nodeRef', and 'playToast'. Either include them or remove the dependency array. If 'playToast' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/utils/cssTransition.tsx#L119
React Hook useEffect has missing dependencies: 'done', 'exitClassName', 'nodeRef', and 'preventExitTransition'. Either include them or remove the dependency array. If 'done' changes too often, find the parent component that defines it and wrap that definition in useCallback