Closed ArtskydJ closed 4 years ago
Merging #74 into master will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #74 +/- ##
==========================================
+ Coverage 98.48% 98.50% +0.02%
==========================================
Files 2 2
Lines 66 67 +1
==========================================
+ Hits 65 66 +1
Misses 1 1
Impacted Files | Coverage Δ | |
---|---|---|
packages/sirv-cli/index.js | 98.41% <100.00%> (+0.02%) |
:arrow_up: |
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 e7ef3f4...7f170e9. Read the comment docs.
sirv --http2 [cert/key]
servers will now allow HTTP/1 connections. This is to allow https://... requests over HTTP/1.Supercedes #73.