pion / stun

A Go implementation of STUN
https://pion.ly/
MIT License
616 stars 94 forks source link

Update CI configs to v0.4.7 #50

Closed pionbot closed 3 years ago

pionbot commented 3 years ago

Update lint scripts and CI configs. Excluding codecov.yml.

codecov[bot] commented 3 years ago

Codecov Report

Merging #50 into master will increase coverage by 0.22%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   99.00%   99.22%   +0.22%     
==========================================
  Files          18       18              
  Lines        1206     1038     -168     
==========================================
- Hits         1194     1030     -164     
+ Misses         11        7       -4     
  Partials        1        1              
Flag Coverage Δ
#go 99.22% <100.00%> (+0.22%) :arrow_up:
#wasm 54.81% <68.49%> (-1.24%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
errors.go 100.00% <ø> (ø)
fingerprint.go 100.00% <ø> (ø)
agent.go 100.00% <100.00%> (ø)
attributes.go 97.10% <100.00%> (+1.44%) :arrow_up:
checks.go 100.00% <100.00%> (ø)
client.go 100.00% <100.00%> (ø)
integrity.go 100.00% <100.00%> (ø)
internal/hmac/hmac.go 100.00% <100.00%> (ø)
internal/hmac/pool.go 100.00% <100.00%> (ø)
message.go 100.00% <100.00%> (ø)
... and 20 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 fc4d8a5...d04328a. Read the comment docs.

scorpionknifes commented 3 years ago

I am taking this one! 2nd to last let's go.

Sean-Der commented 3 years ago

@scorpionknifes I am starting with pion/webrtc now. I can't believe we are almost done O_O

Thank you so much for your help on this. I couldn't have done it without you.