Skip to content

Add additional unit tests for `GetNamespace` to cover varied namespac…

3487593
Select commit
Loading
Failed to load commit list.
Merged

API refactoring #438

Add additional unit tests for `GetNamespace` to cover varied namespac…
3487593
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 18, 2025 in 0s

92.37% (-3.39%) compared to 4c7da95

View this Pull Request on Codecov

92.37% (-3.39%) compared to 4c7da95

Details

Codecov Report

Attention: Patch coverage is 92.28571% with 27 lines in your changes missing coverage. Please review.

Project coverage is 92.37%. Comparing base (4c7da95) to head (3487593).

Files with missing lines Patch % Lines
modules/core/task/include/task.hpp 88.88% 2 Missing and 6 partials ⚠️
tasks/example_processes/mpi/src/ops_mpi.cpp 81.25% 4 Missing and 2 partials ⚠️
modules/core/performance/include/performance.hpp 94.54% 0 Missing and 3 partials ⚠️
modules/core/util/include/util.hpp 72.72% 3 Missing ⚠️
tasks/example_processes/seq/src/ops_seq.cpp 92.30% 0 Missing and 2 partials ⚠️
tasks/example_threads/all/src/ops_all.cpp 95.12% 1 Missing and 1 partial ⚠️
tasks/example_threads/seq/src/ops_seq.cpp 92.30% 0 Missing and 2 partials ⚠️
modules/core/util/src/util.cpp 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #438      +/-   ##
==========================================
- Coverage   95.75%   92.37%   -3.39%     
==========================================
  Files          16       11       -5     
  Lines         259      354      +95     
  Branches       87      124      +37     
==========================================
+ Hits          248      327      +79     
- Misses          4       10       +6     
- Partials        7       17      +10     

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