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

Add thread-pool implementation to read byte stream #3

Closed
wants to merge 3 commits into from

Address review suggestions.

931e925
Select commit
Loading
Failed to load commit list.
Closed

Add thread-pool implementation to read byte stream #3

Address review suggestions.
931e925
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 25, 2024 in 0s

76.31% of diff hit (target 74.16%)

View this Pull Request on Codecov

76.31% of diff hit (target 74.16%)

Annotations

Check warning on line 61 in native/src/main/java/io/ballerina/stdlib/data/xmldata/io/DataReaderTask.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/data/xmldata/io/DataReaderTask.java#L61

Added line #L61 was not covered by tests

Check warning on line 77 in native/src/main/java/io/ballerina/stdlib/data/xmldata/io/DataReaderTask.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/data/xmldata/io/DataReaderTask.java#L77

Added line #L77 was not covered by tests

Check warning on line 88 in native/src/main/java/io/ballerina/stdlib/data/xmldata/io/DataReaderTask.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/data/xmldata/io/DataReaderTask.java#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 104 in native/src/main/java/io/ballerina/stdlib/data/xmldata/io/DataReaderTask.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/data/xmldata/io/DataReaderTask.java#L103-L104

Added lines #L103 - L104 were not covered by tests

Check warning on line 31 in native/src/main/java/io/ballerina/stdlib/data/xmldata/io/DataReaderThreadPool.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

native/src/main/java/io/ballerina/stdlib/data/xmldata/io/DataReaderThreadPool.java#L31

Added line #L31 was not covered by tests