Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Refactor out use of anyhow #7

Merged
merged 3 commits into from
Oct 8, 2021
Merged

Refactor out use of anyhow #7

merged 3 commits into from
Oct 8, 2021

Conversation

algesten
Copy link
Member

@algesten algesten commented Oct 6, 2021

This is part of webrtc-rs/webrtc#106

@codecov
Copy link

codecov bot commented Oct 8, 2021

Codecov Report

Merging #7 (f818793) into main (d6e25e6) will decrease coverage by 1.63%.
The diff coverage is 18.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
- Coverage   67.44%   65.80%   -1.64%     
==========================================
  Files          17       17              
  Lines        1281     1281              
  Branches      304      304              
==========================================
- Hits          864      843      -21     
- Misses        143      164      +21     
  Partials      274      274              
Impacted Files Coverage Δ
examples/stun_client.rs 0.00% <0.00%> (ø)
src/addr/addr_test.rs 57.31% <0.00%> (-2.46%) ⬇️
src/agent/agent_test.rs 46.39% <0.00%> (-3.61%) ⬇️
src/error.rs 0.00% <0.00%> (-60.00%) ⬇️
src/error_code.rs 0.00% <0.00%> (ø)
src/lib.rs 100.00% <ø> (ø)
src/textattrs/textattrs_test.rs 65.14% <0.00%> (-0.97%) ⬇️
src/xoraddr/xoraddr_test.rs 71.94% <0.00%> (-0.21%) ⬇️
src/message/message_test.rs 83.01% <66.66%> (ø)
src/checks.rs 100.00% <100.00%> (ø)
... and 1 more

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 d6e25e6...f818793. Read the comment docs.

@rainliu rainliu merged commit b8d6264 into webrtc-rs:main Oct 8, 2021
@algesten algesten deleted the anyhow branch October 8, 2021 18:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants