You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2021/12/05 11:18:14 UTC

[GitHub] [celix] pnoltes opened a new pull request #382: Feature/apply use stringview

pnoltes opened a new pull request #382:
URL: https://github.com/apache/celix/pull/382


   This PR updates the std::string arguments in the (C++17) methods to std::string_view and if applicable also update the 
   std::string return arguments to std::string_view.
   
   This make it possible to use std::string_view objects as input and as result use constructions like:
   `constexpr std::string_view MY_CONSTANT = "value";` for constants. 
   
   Currently string_view arguments are assumed to refer to null-terminated strings. This is essential the same as with handling `const char*` arguments. 
   
   Technically string_view objects can refer to not null-terminated strings and this is also detectable (using string_view::size() and looking for the '\0'), but expensive. IMO this is not really necessary. Mainly, because we also assume `const char*` arguments are null-terminated.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix] codecov-commenter edited a comment on pull request #382: Feature/apply use stringview

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #382:
URL: https://github.com/apache/celix/pull/382#issuecomment-986212367


   # [Codecov](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#382](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4d659e3) into [master](https://codecov.io/gh/apache/celix/commit/82d45ebd08cf175e1d6e4cdcd9a0b43abfd3dab1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (82d45eb) will **increase** coverage by `0.56%`.
   > The diff coverage is `97.77%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/celix/pull/382/graphs/tree.svg?width=650&height=150&src=pr&token=JdsiThga8P&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #382      +/-   ##
   ==========================================
   + Coverage   72.13%   72.69%   +0.56%     
   ==========================================
     Files         234      204      -30     
     Lines       39474    31283    -8191     
   ==========================================
   - Hits        28473    22742    -5731     
   + Misses      11001     8541    -2460     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [libs/framework/include/celix/ServiceRegistration.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9TZXJ2aWNlUmVnaXN0cmF0aW9uLmg=) | `96.39% <ø> (-0.13%)` | :arrow_down: |
   | [libs/utils/include/celix/Properties.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy91dGlscy9pbmNsdWRlL2NlbGl4L1Byb3BlcnRpZXMuaA==) | `95.37% <94.28%> (-3.40%)` | :arrow_down: |
   | [libs/framework/include/celix/Bundle.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9CdW5kbGUuaA==) | `100.00% <100.00%> (ø)` | |
   | [libs/framework/include/celix/BundleContext.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9CdW5kbGVDb250ZXh0Lmg=) | `100.00% <100.00%> (ø)` | |
   | [...amework/include/celix/ServiceRegistrationBuilder.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9TZXJ2aWNlUmVnaXN0cmF0aW9uQnVpbGRlci5o) | `100.00% <100.00%> (ø)` | |
   | [libs/framework/include/celix/TrackerBuilders.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9UcmFja2VyQnVpbGRlcnMuaA==) | `100.00% <100.00%> (ø)` | |
   | [libs/framework/include/celix/Trackers.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9UcmFja2Vycy5o) | `90.90% <100.00%> (-0.13%)` | :arrow_down: |
   | [libs/framework/include/celix/UseServiceBuilder.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9Vc2VTZXJ2aWNlQnVpbGRlci5o) | `100.00% <100.00%> (ø)` | |
   | [libs/utils/include/celix/Filter.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy91dGlscy9pbmNsdWRlL2NlbGl4L0ZpbHRlci5o) | `94.44% <100.00%> (ø)` | |
   | [libs/utils/include/celix/Utils.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy91dGlscy9pbmNsdWRlL2NlbGl4L1V0aWxzLmg=) | `95.00% <100.00%> (ø)` | |
   | ... and [35 more](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [82d45eb...4d659e3](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix] pnoltes merged pull request #382: Feature/apply use stringview

Posted by GitBox <gi...@apache.org>.
pnoltes merged pull request #382:
URL: https://github.com/apache/celix/pull/382


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix] codecov-commenter commented on pull request #382: Feature/apply use stringview

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on pull request #382:
URL: https://github.com/apache/celix/pull/382#issuecomment-986212367


   # [Codecov](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#382](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (de6fbfe) into [master](https://codecov.io/gh/apache/celix/commit/82d45ebd08cf175e1d6e4cdcd9a0b43abfd3dab1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (82d45eb) will **increase** coverage by `0.08%`.
   > The diff coverage is `98.05%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/celix/pull/382/graphs/tree.svg?width=650&height=150&src=pr&token=JdsiThga8P&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #382      +/-   ##
   ==========================================
   + Coverage   72.13%   72.21%   +0.08%     
   ==========================================
     Files         234      234              
     Lines       39474    39611     +137     
   ==========================================
   + Hits        28473    28604     +131     
   - Misses      11001    11007       +6     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [libs/utils/include/celix/Properties.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy91dGlscy9pbmNsdWRlL2NlbGl4L1Byb3BlcnRpZXMuaA==) | `95.37% <94.28%> (-3.40%)` | :arrow_down: |
   | [libs/framework/include/celix/Bundle.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9CdW5kbGUuaA==) | `100.00% <100.00%> (ø)` | |
   | [libs/framework/include/celix/BundleContext.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9CdW5kbGVDb250ZXh0Lmg=) | `100.00% <100.00%> (ø)` | |
   | [libs/framework/include/celix/ServiceRegistration.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9TZXJ2aWNlUmVnaXN0cmF0aW9uLmg=) | `96.39% <100.00%> (-0.13%)` | :arrow_down: |
   | [...amework/include/celix/ServiceRegistrationBuilder.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9TZXJ2aWNlUmVnaXN0cmF0aW9uQnVpbGRlci5o) | `100.00% <100.00%> (ø)` | |
   | [libs/framework/include/celix/TrackerBuilders.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9UcmFja2VyQnVpbGRlcnMuaA==) | `100.00% <100.00%> (ø)` | |
   | [libs/framework/include/celix/Trackers.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9UcmFja2Vycy5o) | `90.90% <100.00%> (-0.13%)` | :arrow_down: |
   | [libs/framework/include/celix/UseServiceBuilder.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9Vc2VTZXJ2aWNlQnVpbGRlci5o) | `100.00% <100.00%> (ø)` | |
   | [libs/utils/include/celix/Filter.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy91dGlscy9pbmNsdWRlL2NlbGl4L0ZpbHRlci5o) | `94.44% <100.00%> (ø)` | |
   | [libs/utils/include/celix/Utils.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy91dGlscy9pbmNsdWRlL2NlbGl4L1V0aWxzLmg=) | `95.00% <100.00%> (ø)` | |
   | ... and [7 more](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [82d45eb...de6fbfe](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [celix] codecov-commenter edited a comment on pull request #382: Feature/apply use stringview

Posted by GitBox <gi...@apache.org>.
codecov-commenter edited a comment on pull request #382:
URL: https://github.com/apache/celix/pull/382#issuecomment-986212367


   # [Codecov](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#382](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (4d659e3) into [master](https://codecov.io/gh/apache/celix/commit/82d45ebd08cf175e1d6e4cdcd9a0b43abfd3dab1?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (82d45eb) will **increase** coverage by `0.08%`.
   > The diff coverage is `97.77%`.
   
   [![Impacted file tree graph](https://codecov.io/gh/apache/celix/pull/382/graphs/tree.svg?width=650&height=150&src=pr&token=JdsiThga8P&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #382      +/-   ##
   ==========================================
   + Coverage   72.13%   72.21%   +0.08%     
   ==========================================
     Files         234      234              
     Lines       39474    39611     +137     
   ==========================================
   + Hits        28473    28605     +132     
   - Misses      11001    11006       +5     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [libs/framework/include/celix/ServiceRegistration.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9TZXJ2aWNlUmVnaXN0cmF0aW9uLmg=) | `96.39% <ø> (-0.13%)` | :arrow_down: |
   | [libs/utils/include/celix/Properties.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy91dGlscy9pbmNsdWRlL2NlbGl4L1Byb3BlcnRpZXMuaA==) | `95.37% <94.28%> (-3.40%)` | :arrow_down: |
   | [libs/framework/include/celix/Bundle.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9CdW5kbGUuaA==) | `100.00% <100.00%> (ø)` | |
   | [libs/framework/include/celix/BundleContext.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9CdW5kbGVDb250ZXh0Lmg=) | `100.00% <100.00%> (ø)` | |
   | [...amework/include/celix/ServiceRegistrationBuilder.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9TZXJ2aWNlUmVnaXN0cmF0aW9uQnVpbGRlci5o) | `100.00% <100.00%> (ø)` | |
   | [libs/framework/include/celix/TrackerBuilders.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9UcmFja2VyQnVpbGRlcnMuaA==) | `100.00% <100.00%> (ø)` | |
   | [libs/framework/include/celix/Trackers.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9UcmFja2Vycy5o) | `90.90% <100.00%> (-0.13%)` | :arrow_down: |
   | [libs/framework/include/celix/UseServiceBuilder.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy9mcmFtZXdvcmsvaW5jbHVkZS9jZWxpeC9Vc2VTZXJ2aWNlQnVpbGRlci5o) | `100.00% <100.00%> (ø)` | |
   | [libs/utils/include/celix/Filter.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy91dGlscy9pbmNsdWRlL2NlbGl4L0ZpbHRlci5o) | `94.44% <100.00%> (ø)` | |
   | [libs/utils/include/celix/Utils.h](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-bGlicy91dGlscy9pbmNsdWRlL2NlbGl4L1V0aWxzLmg=) | `95.00% <100.00%> (ø)` | |
   | ... and [4 more](https://codecov.io/gh/apache/celix/pull/382/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | |
   
   ------
   
   [Continue to review full report at Codecov](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by [Codecov](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Last update [82d45eb...4d659e3](https://codecov.io/gh/apache/celix/pull/382?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@celix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org