Closed zhouhesheng closed 5 years ago
You can just push new commits to the branch and it will automatically becomes part of the pull request. The request is based on the diff of two branches, not commits.
Merging #224 into master will decrease coverage by
0.76%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #224 +/- ##
=========================================
- Coverage 9.33% 8.57% -0.77%
=========================================
Files 97 101 +4
Lines 4242 4620 +378
=========================================
Hits 396 396
- Misses 3846 4224 +378
Impacted Files | Coverage Δ | |
---|---|---|
src/Crypto/CryptoHelper.swift | 0% <0%> (ø) |
:arrow_up: |
src/Crypto/CryptoEnum.swift | 0% <0%> (ø) |
:arrow_up: |
src/Crypto/AeadCrypto.swift | 0% <0%> (ø) |
|
src/Crypto/HMAC.swift | 0% <0%> (ø) |
:arrow_up: |
...pterSocket/Shadowsocks/CryptoStreamProcessor.swift | 0% <0%> (ø) |
:arrow_up: |
src/Crypto/HKDF.swift | 0% <0%> (ø) |
|
...dapterSocket/Shadowsocks/CryptoAeadProcessor.swift | 0% <0%> (ø) |
|
src/Utils/Buffer.swift | 0% <0%> (ø) |
:arrow_up: |
src/Crypto/SwiftGCM.swift | 0% <0%> (ø) |
|
... and 3 more |
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 79c9968...4256c46. Read the comment docs.
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.
I just signed, but the status is still pending.
support AEAD Ciphers: CHACHA20POLY1305, AES128GCM, AES192GCM, AES256GCM