-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci(test-private-package): update trigger to use pull_request #4101
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Ignored Deployments
|
Use pull request trigger with api label instead of merge_group to run private package tests
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4101 +/- ##
==========================================
+ Coverage 96.44% 96.49% +0.05%
==========================================
Files 1149 1174 +25
Lines 37596 38122 +526
==========================================
+ Hits 36259 36787 +528
+ Misses 1337 1335 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Theres some CI failures that are a bit of a head scratcher but the code looks good to me.
Uffizzi Preview |
Yeah, it was a nasty one! Fixed now |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Use pull request trigger with api label instead of merge_group to run private package tests
Fix test to use mock instead of updating setting so that other tests can avoid reloading the module
How did you test this code?
Workflow ran successfully here: https://github.com/Flagsmith/flagsmith/actions/runs/9435463004/job/25988919376?pr=4101