feat: 315764 Add push action when RDP is created#397
Draft
roma-valor wants to merge 1 commit into
Draft
Conversation
d05ce6e to
85f4ee4
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #397 +/- ##
========================================
Coverage 96.93% 96.94%
========================================
Files 237 237
Lines 9729 9755 +26
Branches 1072 1075 +3
========================================
+ Hits 9431 9457 +26
Misses 143 143
Partials 155 155 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
domdinicola
approved these changes
May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Legal Boilerplate
AB#315764
When you run Create and Push, the action opens a configuration page with a form.
Currently, the form contains a single field: error threshold percentage required to allow the push.
This threshold defines the maximum acceptable error rate before the push is blocked. For example, if there are 300 records and 10 errors (tickets), the push is allowed because the error rate is below the configured threshold of 90% (i.e., only up to 30 errors would be acceptable).
If the number of errors exceeds the threshold, the push will not proceed.