Skip to content

ci: run tests with coverage and add codecov#156

Open
Koosha-Owji wants to merge 2 commits into
mainfrom
ci/add-codecov
Open

ci: run tests with coverage and add codecov#156
Koosha-Owji wants to merge 2 commits into
mainfrom
ci/add-codecov

Conversation

@Koosha-Owji
Copy link
Copy Markdown
Contributor

Explain your changes

Run tests with coverage in CI

Checklist

🛟 If you need help, consider asking for advice over in the Kinde community.

@Koosha-Owji Koosha-Owji requested review from a team as code owners May 15, 2026 06:33
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (3)
  • .github/workflows/build-test-ci.yml is excluded by !**/*.yml
  • package.json is excluded by !**/*.json
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml, !**/*.yaml

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2540ae20-70b8-48d5-9b61-a9b718d052cf

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/add-codecov

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@dtoxvanilla1991
Copy link
Copy Markdown
Contributor

@copilot fix the build and any failing tests.

Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

@copilot fix the build and any failing tests.

Fixed in commit 5296e9c. The CI failure was caused by a Prettier formatting issue in .github/workflows/build-test-ci.yml — the lint step runs prettier -c . which flagged the file. Ran prettier --write to fix the formatting. All 19 tests pass with coverage locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants