Closed Laeeth closed 5 years ago
Merging #10 into master will decrease coverage by
0.12%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #10 +/- ##
=========================================
- Coverage 2.13% 2.01% -0.13%
=========================================
Files 5 5
Lines 187 199 +12
=========================================
Hits 4 4
- Misses 183 195 +12
Impacted Files | Coverage Δ | |
---|---|---|
source/jupyter/wire/connection.d | 0% <ø> (ø) |
:arrow_up: |
source/jupyter/wire/kernel.d | 2.19% <0%> (-0.08%) |
:arrow_down: |
source/jupyter/wire/message.d | 0% <0%> (ø) |
: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 c14b6a6...8cc6798. Read the comment docs.
This adds auto-completion to Jupyter kernel. Incorporates fixes in previous fix-deprecation PR and it also bumps version of zmqd used to ~master since it builds with neither 1.1.0 nor 1.1.1 on Arch.
Important for SIL usability and broader adoption.