ecflow icon indicating copy to clipboard operation
ecflow copied to clipboard

Enable support for HTTP communication between components ECFLOW-1957

Open marcosbento opened this issue 1 year ago • 1 comments

marcosbento avatar Sep 16 '24 13:09 marcosbento

Codecov Report

Attention: Patch coverage is 45.47135% with 295 lines in your changes missing coverage. Please review.

Project coverage is 49.19%. Comparing base (b6e6a26) to head (c370880).

Files with missing lines Patch % Lines
libs/client/test/harness/SCPort.cpp 28.78% 47 Missing :warning:
libs/test/harness/TestFixture.cpp 0.00% 45 Missing :warning:
Viewer/ecflowUI/src/ServerListDialog.cpp 0.00% 27 Missing :warning:
libs/server/src/ecflow/server/HttpServer.cpp 80.19% 20 Missing :warning:
libs/core/src/ecflow/core/EcfPortLock.hpp 0.00% 18 Missing :warning:
libs/base/src/ecflow/base/ServerProtocol.hpp 22.22% 14 Missing :warning:
libs/server/test/TestServer.cpp 39.13% 14 Missing :warning:
libs/test/harness/ScratchDir.hpp 0.00% 14 Missing :warning:
Viewer/ecflowUI/src/ServerHandler.cpp 0.00% 13 Missing :warning:
Viewer/ecflowUI/src/ServerList.cpp 0.00% 13 Missing :warning:
... and 22 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #121      +/-   ##
===========================================
+ Coverage    49.17%   49.19%   +0.02%     
===========================================
  Files         1190     1194       +4     
  Lines        98878    99170     +292     
  Branches     14763    14821      +58     
===========================================
+ Hits         48622    48788     +166     
- Misses       50256    50382     +126     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Sep 23 '24 11:09 codecov-commenter