Closed devpaul closed 4 years ago
Merging #1059 into master will not change coverage. The diff coverage is
50%
.
@@ Coverage Diff @@
## master #1059 +/- ##
=======================================
Coverage 65.29% 65.29%
=======================================
Files 95 95
Lines 8970 8970
Branches 2047 2047
=======================================
Hits 5857 5857
Misses 3113 3113
Impacted Files | Coverage Δ | |
---|---|---|
src/core/lib/RemoteSuite.ts | 16.8% <0%> (ø) |
:arrow_up: |
src/core/lib/Server.ts | 77.84% <100%> (ø) |
: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 f4fc0b3...734c07e. Read the comment docs.
Updates the server to serve the contents of
/browser/
along side the root of the intern directory. This letsremote.html
(used during functional testing) and__intern
(used during --serve-only) to host from the same location.resolves #1001