Conversation
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
View your CI Pipeline Execution ↗ for commit 5cf17fa
☁️ Nx Cloud last updated this comment at |
@forgerock/davinci-client
@forgerock/device-client
@forgerock/journey-client
@forgerock/oidc-client
@forgerock/protect
@forgerock/sdk-types
@forgerock/sdk-utilities
@forgerock/iframe-manager
@forgerock/sdk-logger
@forgerock/sdk-oidc
@forgerock/sdk-request-middleware
@forgerock/storage
commit: |
|
Deployed 7d6b348 to https://ForgeRock.github.io/ping-javascript-sdk/pr-582/7d6b3486af948042e9c014f732ba26a4d8ccf859 branch gh-pages in ForgeRock/ping-javascript-sdk |
📦 Bundle Size Analysis📦 Bundle Size Analysis🚨 Significant Changes🔻 @forgerock/device-client - 0.0 KB (-9.9 KB, -100.0%) 📊 Minor Changes📉 @forgerock/device-client - 9.9 KB (-0.0 KB) ➖ No Changes➖ @forgerock/oidc-client - 25.2 KB 14 packages analyzed • Baseline from latest Legend🆕 New package ℹ️ How bundle sizes are calculated
🔄 Updated automatically on each push to this PR |
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (1.75%) is below the target coverage (40.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #582 +/- ##
===========================================
- Coverage 70.90% 53.49% -17.41%
===========================================
Files 53 22 -31
Lines 2021 2417 +396
Branches 377 335 -42
===========================================
- Hits 1433 1293 -140
- Misses 588 1124 +536
🚀 New features to boost your workflow:
|
1b7ece6 to
bbfbb15
Compare
bbfbb15 to
5cf17fa
Compare
There was a problem hiding this comment.
Nx Cloud is proposing a fix for your failed CI:
We updated client.store.effects.test.ts to align with the refactored polling API introduced by this PR. The old isChallengeStillPending and interpretChallengeResponse functions were replaced by classifyChallengeResponse, and PollingMode shapes changed, causing both the typecheck and test tasks to fail. These changes replace the obsolete test coverage with new assertions against classifyChallengeResponse's discriminated union outcomes and the updated getPollingModeµ return shapes.
Tip
✅ We verified this fix by re-running @forgerock/davinci-client:typecheck, @forgerock/davinci-client:test.
Warning
The suggested diff is too large to display here, but you can view it on Nx Cloud ↗
Or Apply changes locally with:
npx nx-cloud apply-locally HIr0-jSkp
Apply fix locally with your editor ↗ View interactive diff ↗
🎓 Learn more about Self-Healing CI on nx.dev
JIRA Ticket
N/A
Description
Poll endpoints with polling like functionality.