Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update 11 Feature] Add support for PGP encryption/decryption with streams #567

Merged
merged 47 commits into from
Nov 18, 2024

Add PGP encrypt/decrypt functions with files

3ac65fd
Select commit
Loading
Failed to load commit list.
Merged

[Update 11 Feature] Add support for PGP encryption/decryption with streams #567

Add PGP encrypt/decrypt functions with files
3ac65fd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 2, 2024 in 1s

7.50% of diff hit (target 89.11%)

View this Pull Request on Codecov

7.50% of diff hit (target 89.11%)

Annotations

Check warning on line 276 in ballerina/encrypt_decrypt.bal

See this annotation in the file changed.

@codecov codecov / codecov/patch

ballerina/encrypt_decrypt.bal#L276

Added line #L276 was not covered by tests

Check warning on line 311 in ballerina/encrypt_decrypt.bal

See this annotation in the file changed.

@codecov codecov / codecov/patch

ballerina/encrypt_decrypt.bal#L311

Added line #L311 was not covered by tests

Check warning on line 130 in native/src/main/java/io/ballerina/stdlib/crypto/PgpDecryptionGenerator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/PgpDecryptionGenerator.java#L129-L130

Added lines #L129 - L130 were not covered by tests

Check warning on line 132 in native/src/main/java/io/ballerina/stdlib/crypto/PgpDecryptionGenerator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/PgpDecryptionGenerator.java#L132

Added line #L132 was not covered by tests

Check warning on line 118 in native/src/main/java/io/ballerina/stdlib/crypto/PgpEncryptionGenerator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/PgpEncryptionGenerator.java#L117-L118

Added lines #L117 - L118 were not covered by tests

Check warning on line 120 in native/src/main/java/io/ballerina/stdlib/crypto/PgpEncryptionGenerator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/PgpEncryptionGenerator.java#L120

Added line #L120 was not covered by tests

Check warning on line 106 in native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Decrypt.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Decrypt.java#L106

Added line #L106 was not covered by tests

Check warning on line 112 in native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Decrypt.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Decrypt.java#L109-L112

Added lines #L109 - L112 were not covered by tests

Check warning on line 120 in native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Decrypt.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Decrypt.java#L114-L120

Added lines #L114 - L120 were not covered by tests

Check warning on line 127 in native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Encrypt.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Encrypt.java#L124-L127

Added lines #L124 - L127 were not covered by tests

Check warning on line 130 in native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Encrypt.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Encrypt.java#L129-L130

Added lines #L129 - L130 were not covered by tests

Check warning on line 136 in native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Encrypt.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Encrypt.java#L132-L136

Added lines #L132 - L136 were not covered by tests

Check warning on line 141 in native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Encrypt.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/crypto/nativeimpl/Encrypt.java#L138-L141

Added lines #L138 - L141 were not covered by tests