mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support
BSD 2-Clause "Simplified" License
724 stars 120 forks source link

clang-12 CI fix and GH Action upate #158

Closed offa closed 3 years ago

offa commented 3 years ago

Clang 12 has introduced a dependency to libunwind-12-dev recently. Additionally, the checkout step has switched to main as default branch.

codecov[bot] commented 3 years ago

Codecov Report

Merging #158 (6bd513d) into master (286e182) will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
- Coverage   35.92%   35.89%   -0.03%     
==========================================
  Files          52       52              
  Lines        2280     2279       -1     
==========================================
- Hits          819      818       -1     
  Misses       1461     1461              
Impacted Files Coverage Δ
src/main/c/seasocks/util/CrackedUri.h 100.00% <0.00%> (ø)

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 286e182...6bd513d. Read the comment docs.