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

Fix async-global-executor #278

Merged
merged 1 commit into from
Aug 31, 2022
Merged

Fix async-global-executor #278

merged 1 commit into from
Aug 31, 2022

Conversation

k0nserv
Copy link
Member

@k0nserv k0nserv commented Aug 31, 2022

Build broke on 1.57.0 due to 2.3.0 being released

util/Cargo.toml Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 31, 2022

Codecov Report

Merging #278 (5155283) into master (ce16403) will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #278      +/-   ##
==========================================
- Coverage   56.32%   56.27%   -0.05%     
==========================================
  Files         500      500              
  Lines       47034    47034              
  Branches    12788    12788              
==========================================
- Hits        26491    26469      -22     
- Misses       9929     9941      +12     
- Partials    10614    10624      +10     
Impacted Files Coverage Δ
data/src/message/message_type.rs 75.00% <0.00%> (-5.00%) ⬇️
interceptor/src/stats/mod.rs 77.22% <0.00%> (-3.97%) ⬇️
sctp/src/timer/ack_timer.rs 79.31% <0.00%> (-3.45%) ⬇️
rtcp/src/header.rs 63.93% <0.00%> (-3.28%) ⬇️
sdp/src/lexer/mod.rs 66.66% <0.00%> (-3.04%) ⬇️
media/src/track/constraint/numeric.rs 80.45% <0.00%> (-2.30%) ⬇️
media/src/track/constraint/non_numeric.rs 75.47% <0.00%> (-1.89%) ⬇️
rtcp/src/extended_report/dlrr.rs 55.88% <0.00%> (-1.48%) ⬇️
util/src/conn/conn_udp_listener.rs 61.53% <0.00%> (-1.29%) ⬇️
ice/src/agent/agent_gather_test.rs 56.56% <0.00%> (-1.25%) ⬇️
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@k0nserv k0nserv force-pushed the fix/fix-async-global-executor branch from 0872358 to 66626a8 Compare August 31, 2022 12:42
Build broke on 1.57.0 due to 2.3.0 being released
@k0nserv k0nserv force-pushed the fix/fix-async-global-executor branch from 66626a8 to 5155283 Compare August 31, 2022 12:43
@k0nserv k0nserv merged commit 0533443 into master Aug 31, 2022
@k0nserv k0nserv deleted the fix/fix-async-global-executor branch August 31, 2022 14:03
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.

3 participants