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

chore: Update jicoco #1949

Merged
merged 1 commit into from
Sep 15, 2022
Merged

chore: Update jicoco #1949

merged 1 commit into from
Sep 15, 2022

Conversation

bgrozev
Copy link
Member

@bgrozev bgrozev commented Sep 15, 2022

Fixes #1739

* Append missing _total suffix when registering Counter metrics.
  (jitsi/jicoco#177)
* Disable all HTTP TRACE requests. (jitsi/jicoco#179)
@codecov
Copy link

codecov bot commented Sep 15, 2022

Codecov Report

Merging #1949 (93e6e8d) into master (a22f308) will decrease coverage by 0.09%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1949      +/-   ##
============================================
- Coverage     41.60%   41.51%   -0.10%     
+ Complexity     1757     1749       -8     
============================================
  Files           338      338              
  Lines         17824    17824              
  Branches       2388     2388              
============================================
- Hits           7416     7399      -17     
- Misses         9670     9693      +23     
+ Partials        738      732       -6     
Impacted Files Coverage Δ
...rg/jitsi/videobridge/EndpointMessageTransport.java 8.98% <0.00%> (-4.50%) ⬇️
.../jitsi/videobridge/load_management/LastNReducer.kt 89.65% <0.00%> (-1.73%) ⬇️
...rc/main/java/org/jitsi/videobridge/Conference.java 29.17% <0.00%> (-1.34%) ⬇️
...tsi/videobridge/EndpointConnectionStatusMonitor.kt 88.15% <0.00%> (-1.32%) ⬇️
.../src/main/kotlin/org/jitsi/videobridge/Endpoint.kt 20.52% <0.00%> (-0.17%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a22f308...93e6e8d. Read the comment docs.

@bgrozev bgrozev merged commit a81dd2c into jitsi:master Sep 15, 2022
@bgrozev bgrozev deleted the update-jicoco branch November 8, 2023 14: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.

TRACE Method still allowed in Jetty
2 participants