-
Notifications
You must be signed in to change notification settings - Fork 143
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
fix: 10227 use dev config with modrun #10249
fix: 10227 use dev config with modrun #10249
Conversation
Signed-off-by: Nguyen Pham Truong Giang <jamesnguyen@var-meta.com>
…r run task and release tasks/pipelines) Signed-off-by: Nguyen Pham Truong Giang <jamesnguyen@var-meta.com>
Co-authored-by: Nathan Klick <nathan@swirldslabs.com> Signed-off-by: jamesnguyentech <82211356+jamesnguyentech@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10249 +/- ##
=============================================
+ Coverage 63.11% 63.51% +0.40%
- Complexity 30722 30953 +231
=============================================
Files 3335 3337 +2
Lines 134140 134351 +211
Branches 13914 13965 +51
=============================================
+ Hits 84659 85339 +680
+ Misses 46137 45656 -481
- Partials 3344 3356 +12 ☔ View full report in Codecov by Sentry. |
@jamesnguyentech Would you please run |
Signed-off-by: Nguyen Pham Truong Giang <jamesnguyen@var-meta.com>
@nathanklick I ran it. Could you check it again? |
@jamesnguyentech Looks great, as soon as the remaining test run finishes I will merge unless there is an error. The unit test failure is a known issue which has already been fixed in the latest |
Description:
This PR update modrun for running with the dev config.
Related issue(s):
Fixes #10227