Skip to content

Refactoring for new API#388

Merged
allnes merged 25 commits intolearning-process:masterfrom
allnes:an/new-task-api
May 16, 2025
Merged

Refactoring for new API#388
allnes merged 25 commits intolearning-process:masterfrom
allnes:an/new-task-api

Conversation

@allnes
Copy link
Copy Markdown
Member

@allnes allnes commented May 14, 2025

No description provided.

@allnes allnes requested a review from aobolensk May 14, 2025 19:24
@allnes
Copy link
Copy Markdown
Member Author

allnes commented May 14, 2025

@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2025

Codecov Report

Attention: Patch coverage is 98.40000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 97.70%. Comparing base (e3a0b6e) to head (8170f22).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
tasks/all/example/src/ops_all.cpp 92.30% 1 Missing ⚠️
tasks/mpi/example/src/ops_mpi.cpp 94.73% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #388      +/-   ##
==========================================
+ Coverage   93.49%   97.70%   +4.21%     
==========================================
  Files          26       16      -10     
  Lines         507      261     -246     
  Branches      149       84      -65     
==========================================
- Hits          474      255     -219     
+ Misses         18        2      -16     
+ Partials       15        4      -11     

☔ 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.

@allnes allnes force-pushed the an/new-task-api branch from d7a65b0 to 343644a Compare May 15, 2025 09:57
@allnes
Copy link
Copy Markdown
Member Author

allnes commented May 15, 2025

@aobolensk PR is ready

@allnes allnes force-pushed the an/new-task-api branch from 87fe38f to 2ce7c3b Compare May 15, 2025 18:43
@allnes allnes force-pushed the an/new-task-api branch from 2ce7c3b to bf36cb3 Compare May 15, 2025 18:53
@allnes
Copy link
Copy Markdown
Member Author

allnes commented May 16, 2025

@aobolensk I tried to increase coverage because new refactor critically deacreased it, and I simplified check order of functions that why please check new algo and I think this pr is not relevant.

@allnes allnes force-pushed the an/new-task-api branch from 2c0875f to 18538bc Compare May 16, 2025 00:06
@allnes allnes force-pushed the an/new-task-api branch from 18538bc to c7e1d3b Compare May 16, 2025 00:13
@allnes allnes force-pushed the an/new-task-api branch from 299573d to b89a62d Compare May 16, 2025 00:55
@allnes allnes force-pushed the an/new-task-api branch from b89a62d to b218954 Compare May 16, 2025 01:07
Comment thread modules/core/util/include/util.hpp Outdated
Comment on lines +4 to +6
// NOLINTNEXTLINE
#define INSTANTIATE_TEST_SUITE_P_NOLINT(prefix, test_case_name, generator) \
INSTANTIATE_TEST_SUITE_P(prefix, test_case_name, generator) // NOLINT
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure that it is necessary to mark it twice.
I guess it is better to wrap /* NOLINTBEGIN / ... / NOLINTEND */

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aobolensk corrected

@allnes allnes requested a review from aobolensk May 16, 2025 12:48
@allnes allnes enabled auto-merge May 16, 2025 12:59
@allnes allnes added this pull request to the merge queue May 16, 2025
@allnes allnes removed this pull request from the merge queue due to a manual request May 16, 2025
@allnes allnes merged commit dca8eff into learning-process:master May 16, 2025
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants