Closed DanielRivers closed 6 months ago
The recent updates aim to streamline the project's development process by implementing ESLint configurations tailored for TypeScript, introducing a robust GitHub Actions workflow for building and testing code, and making targeted changes across various files to enhance code quality and ensure consistency.
File | Change Summary |
---|---|
.eslintrc.cjs |
Configured ESLint for TypeScript in browser and Node.js, extending recommended rules with TypeScript-specific settings. |
.github/workflows/build-test-ci.yml |
Added GitHub Actions workflow for building, testing, and coverage reporting. |
package.json |
Updated devDependencies for TypeScript linting and Prettier. |
src/get-kinde-session.js , src/handle-auth.js , src/utils/cookies.js |
Added commas for proper syntax in function calls and object literals. |
src/types.d.ts |
Updated type definition for org_entitlements in KindeAccessToken . |
src/utils/version.js |
Changed quotes in the version constant declaration. |
tests/config.test.ts , tests/get-kinde-session.test.ts , tests/session.test.ts , tests/utils.test.ts |
Corrected syntax errors and assertions in test files. |
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
Explain your changes
add code coverage.
Checklist
🛟 If you need help, consider asking for advice over in the Kinde community.