Open biocrypto730 opened 5 years ago
Merging #10 into master will decrease coverage by
7.57%
. The diff coverage is44.44%
.
@@ Coverage Diff @@
## master #10 +/- ##
==========================================
- Coverage 98.27% 90.69% -7.58%
==========================================
Files 5 5
Lines 116 129 +13
Branches 12 15 +3
==========================================
+ Hits 114 117 +3
- Misses 1 8 +7
- Partials 1 4 +3
Impacted Files | Coverage Δ | |
---|---|---|
lib/src/Ecoji.ts | 85.54% <44.44%> (-11.61%) |
:arrow_down: |
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 b814930...eccd175. Read the comment docs.
One glitch is that with hex, you need there to be an even amount of letters to encode. I added a warning in the console for this.
I am not sure yet if it has a problem with the rune character yet. Please let me know if it should / shouldn't.