tntim96 / JSCover

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage
GNU General Public License v2.0
399 stars 84 forks source link

Increase HTTP headers max size to 16KB #309

Closed stephdz closed 2 years ago

stephdz commented 2 years ago

Fixes #308

codecov-commenter commented 2 years ago

Codecov Report

Merging #309 (e562b7e) into master (1adf11c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #309   +/-   ##
=========================================
  Coverage     96.16%   96.16%           
  Complexity      920      920           
=========================================
  Files            56       56           
  Lines          2318     2318           
  Branches        369      369           
=========================================
  Hits           2229     2229           
  Misses           48       48           
  Partials         41       41           
Impacted Files Coverage Δ
src/main/java/jscover/server/HttpServer.java 70.58% <ø> (ø)

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 1adf11c...e562b7e. Read the comment docs.