Skip to content
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

Refactor coro file #611

Merged
merged 34 commits into from
Jul 5, 2024
Merged

Refactor coro file #611

merged 34 commits into from
Jul 5, 2024

Conversation

qicosmos
Copy link
Owner

@qicosmos qicosmos commented Jul 3, 2024

No description provided.

Copy link

github-actions bot commented Jul 3, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2663    70.85%        2602               933    64.14%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                15    83.15%          22                 5    77.27%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               836    38.48%         290               196    32.41%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2655    70.93%        2602               930    64.26%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               836    38.48%         290               196    32.41%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2659    70.89%        2602               931    64.22%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2663    70.85%        2602               933    64.14%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               836    38.48%         290               196    32.41%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2659    70.89%        2602               931    64.22%

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 88.97059% with 15 lines in your changes missing coverage. Please review.

Project coverage is 62.09%. Comparing base (5745cbb) to head (de5c49f).
Report is 28 commits behind head on master.

Files Patch % Lines
include/cinatra/ylt/coro_io/coro_file.hpp 82.95% 15 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #611      +/-   ##
==========================================
- Coverage   70.45%   62.09%   -8.36%     
==========================================
  Files         233      224       -9     
  Lines       13882    15117    +1235     
==========================================
- Hits         9780     9387     -393     
- Misses       4102     5730    +1628     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2663    70.85%        2602               933    64.14%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               836    38.48%         290               196    32.41%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2659    70.89%        2602               931    64.22%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               180    73.01%         202                64    68.32%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                15    83.15%          22                 5    77.27%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2655    70.93%        2602               931    64.22%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2663    70.85%        2602               933    64.14%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                15    83.15%          22                 5    77.27%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2659    70.89%        2602               932    64.18%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                15    83.15%          22                 5    77.27%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               836    38.48%         290               196    32.41%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2655    70.93%        2602               930    64.26%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2663    70.85%        2602               933    64.14%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               836    38.48%         290               196    32.41%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2659    70.89%        2602               931    64.22%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               836    38.48%         290               196    32.41%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2659    70.89%        2602               931    64.22%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                15    83.15%          22                 5    77.27%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2659    70.89%        2602               932    64.18%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               180    73.01%         202                64    68.32%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2659    70.89%        2602               932    64.18%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                64    68.32%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                67    23.86%          32                26    18.75%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                72    58.14%          28                 3    89.29%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2660    70.88%        2602               931    64.22%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               180    73.01%         202                64    68.32%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                15    83.15%          22                 5    77.27%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2655    70.93%        2602               931    64.22%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                67    23.86%          32                26    18.75%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2658    70.90%        2602               931    64.22%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                64    68.32%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2663    70.85%        2602               932    64.18%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                72    58.14%          28                 3    89.29%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2665    70.82%        2602               934    64.10%

Copy link

github-actions bot commented Jul 4, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2663    70.85%        2602               933    64.14%

Copy link

github-actions bot commented Jul 5, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2663    70.85%        2602               933    64.14%

Copy link

github-actions bot commented Jul 5, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                64    68.32%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                67    23.86%          32                26    18.75%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2658    70.90%        2602               930    64.26%

Copy link

github-actions bot commented Jul 5, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                67    23.86%          32                26    18.75%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               836    38.48%         290               196    32.41%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2654    70.94%        2602               929    64.30%

Copy link

github-actions bot commented Jul 5, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               180    73.01%         202                63    68.81%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                67    23.86%          32                26    18.75%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2654    70.94%        2602               929    64.30%

Copy link

github-actions bot commented Jul 5, 2024

Code Coverage Report
for detail, goto summary download Artifacts

Filename                               Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
cinatra_log_wrapper.hpp                        4                 1    75.00%           9                 1    88.89%           0                 0         -
cookie.hpp                                    15                 2    86.67%          84                 2    97.62%          28                 3    89.29%
coro_http_client.hpp                          91                 7    92.31%        1550               310    80.00%         472               145    69.28%
coro_http_connection.hpp                      36                 2    94.44%         667               184    72.41%         202                65    67.82%
coro_http_request.hpp                         31                 7    77.42%         220                43    80.45%          74                10    86.49%
coro_http_response.hpp                        31                 6    80.65%         224                68    69.64%          90                36    60.00%
coro_http_router.hpp                          15                 0   100.00%         181                32    82.32%          20                 8    60.00%
coro_http_server.hpp                          50                 5    90.00%         962               137    85.76%         178                47    73.60%
coro_radix_tree.hpp                           17                 0   100.00%         264                38    85.61%         136                30    77.94%
define.h                                       2                 0   100.00%          28                 2    92.86%          20                 1    95.00%
http_parser.hpp                               29                 6    79.31%         193                33    82.90%          52                 8    84.62%
metric_conf.hpp                                8                 4    50.00%          88                72    18.18%          32                28    12.50%
mime_types.hpp                                 1                 0   100.00%           7                 2    71.43%           2                 1    50.00%
multipart.hpp                                  4                 0   100.00%          89                19    78.65%          22                 6    72.73%
picohttpparser.h                              14                 6    57.14%         467               278    40.47%         212               103    51.42%
response_cv.hpp                                2                 0   100.00%          55                32    41.82%          46                16    65.22%
session.hpp                                   11                 0   100.00%          54                 2    96.30%           4                 1    75.00%
session_manager.hpp                           10                 1    90.00%          67                 5    92.54%          10                 1    90.00%
sha1.hpp                                      12                 0   100.00%         181                 8    95.58%          12                 2    83.33%
string_resize.hpp                              2                 0   100.00%          18                 0   100.00%           2                 0   100.00%
time_util.hpp                                 20                 7    65.00%         172                70    59.30%          28                 2    92.86%
uri.hpp                                       17                 5    70.59%         200                62    69.00%         166                52    68.67%
url_encode_decode.hpp                          4                 0   100.00%          85                20    76.47%          48                16    66.67%
utils.hpp                                     14                 0   100.00%         221                22    90.05%         116                43    62.93%
websocket.hpp                                 15                 4    73.33%         170                43    74.71%          70                18    74.29%
ylt/coro_io/channel.hpp                       15                 0   100.00%         106                 7    93.40%          30                 5    83.33%
ylt/coro_io/client_pool.hpp                   21                 3    85.71%         324               125    61.42%          62                38    38.71%
ylt/coro_io/coro_file.hpp                     24                 3    87.50%         216                38    82.41%          56                19    66.07%
ylt/coro_io/coro_io.hpp                       55                 6    89.09%         375                44    88.27%          32                 9    71.88%
ylt/coro_io/detail/client_queue.hpp           10                 5    50.00%          47                23    51.06%          10                 4    60.00%
ylt/coro_io/io_context_pool.hpp               40                 6    85.00%         227                29    87.22%          28                 8    71.43%
ylt/metric/counter.hpp                         9                 1    88.89%          83                 3    96.39%          24                 1    95.83%
ylt/metric/detail/ckms_quantiles.hpp           1                 1     0.00%           5                 5     0.00%           0                 0         -
ylt/metric/gauge.hpp                           1                 0   100.00%           4                 0   100.00%           0                 0         -
ylt/metric/histogram.hpp                       1                 0   100.00%          11                 2    81.82%           4                 2    50.00%
ylt/metric/metric.hpp                         23                12    47.83%         114                57    50.00%          24                 7    70.83%
ylt/metric/summary.hpp                         1                 1     0.00%           1                 1     0.00%           0                 0         -
ylt/util/concurrentqueue.h                    78                27    65.38%        1359               840    38.19%         290               198    31.72%
ylt/util/expected.hpp                          6                 4    33.33%           6                 4    33.33%           0                 0         -
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                        740               132    82.16%        9134              2663    70.85%        2602               933    64.14%

@qicosmos qicosmos merged commit acc4ae5 into master Jul 5, 2024
22 checks passed
@qicosmos qicosmos deleted the refactor_coro_file branch July 5, 2024 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants