Skip to content

Conversation

@mtrezza
Copy link
Member

@mtrezza mtrezza commented Nov 9, 2025

Pull Request

Issue

Various optimizations.

Summary by CodeRabbit

  • Chores
    • Improved CI/CD pipeline efficiency for better build performance on pull requests.

@parse-github-assistant
Copy link

🚀 Thanks for opening this pull request!

@mtrezza mtrezza merged commit 3cc8c1a into parse-community:alpha Nov 9, 2025
19 of 23 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Nov 9, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The concurrency group key in the CI performance workflow is updated to use PR numbers when available, otherwise defaulting to the branch ref. This isolates concurrent runs per PR while maintaining branch-level grouping for non-PR runs.

Changes

Cohort / File(s) Summary
Workflow concurrency configuration
\.github/workflows/ci-performance\.yml
Updated concurrency group key to use github.event.pull_request.number when available, falling back to github.ref for non-PR runs. Enables per-PR run isolation while preserving branch-level grouping.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 36e166c and 27d1793.

📒 Files selected for processing (1)
  • .github/workflows/ci-performance.yml (1 hunks)

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.

@mtrezza mtrezza deleted the ci/perf-fix branch November 9, 2025 12:36
@parseplatformorg
Copy link
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codecov
Copy link

codecov bot commented Nov 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.08%. Comparing base (d94f348) to head (27d1793).
⚠️ Report is 2 commits behind head on alpha.

Additional details and impacted files
@@           Coverage Diff           @@
##            alpha    #9926   +/-   ##
=======================================
  Coverage   93.07%   93.08%           
=======================================
  Files         187      187           
  Lines       15224    15224           
  Branches      177      177           
=======================================
+ Hits        14170    14171    +1     
+ Misses       1042     1041    -1     
  Partials       12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants