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 ZlibError type and move initialize into startproc #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Add `ZlibError` type and move `initialize` into `startproc`

84de9cd
Select commit
Loading
Failed to load commit list.
Open

Add ZlibError type and move initialize into startproc #93

Add `ZlibError` type and move `initialize` into `startproc`
84de9cd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 13, 2025 in 0s

57.37% of diff hit (target 91.66%)

View this Pull Request on Codecov

57.37% of diff hit (target 91.66%)

Annotations

Check warning on line 180 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L175-L180

Added lines #L175 - L180 were not covered by tests

Check warning on line 182 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L182

Added line #L182 was not covered by tests

Check warning on line 190 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L189-L190

Added lines #L189 - L190 were not covered by tests

Check warning on line 192 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L192

Added line #L192 was not covered by tests

Check warning on line 200 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L200

Added line #L200 was not covered by tests

Check warning on line 217 in src/compression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compression.jl#L217

Added line #L217 was not covered by tests

Check warning on line 171 in src/decompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompression.jl#L166-L171

Added lines #L166 - L171 were not covered by tests

Check warning on line 173 in src/decompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompression.jl#L173

Added line #L173 was not covered by tests

Check warning on line 181 in src/decompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompression.jl#L180-L181

Added lines #L180 - L181 were not covered by tests

Check warning on line 183 in src/decompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompression.jl#L183

Added line #L183 was not covered by tests

Check warning on line 191 in src/decompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompression.jl#L191

Added line #L191 was not covered by tests

Check warning on line 209 in src/decompression.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/decompression.jl#L209

Added line #L209 was not covered by tests

Check warning on line 121 in src/libz.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libz.jl#L121

Added line #L121 was not covered by tests

Check warning on line 126 in src/libz.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libz.jl#L126

Added line #L126 was not covered by tests