Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for Code Climate GitHub Action and React Testing Li…
…brary This commit adds support for the Code Climate GitHub Action and React Testing Library to the project. The `codeclimate.yml` file has been updated to include a `codeclimate` job that runs tests and generates a coverage report using `npm` and `vitest`, and uploads the coverage report to Code Climate using the `paambaati/codeclimate-action` GitHub Action. The `coverage` directory has also been added to the `.gitignore` file to prevent test coverage reports from being committed to the repository. In addition, a test for the `App` component has been added to `src/App.test.tsx` using React Testing Library.
- Loading branch information