|
Ran
|
Files
3938
|
Run time
2min
|
Badge
README BADGES
|
push
github
chore(deps): bump com.squareup.okio:okio from 3.17.0 to 3.18.0 Bumps [com.squareup.okio:okio](https://github.com/lysine-dev/okio) from 3.17.0 to 3.18.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lysine-dev/okio/blob/master/CHANGELOG.md">com.squareup.okio:okio's changelog</a>.</em></p> <blockquote> <h2>Version 3.18.0</h2> <p><em>2026-07-21</em></p> <ul> <li>Fix: Use wide character APIs to better support of non-UTF-8 filesystems on Windows.</li> <li>Fix: Don't crash in <code>AssetFileSystem.exists()</code> when the underlying storage throws a <code>FileNotFoundException</code>.</li> <li>Fix: Load WASI paths relative to their <code>preopen</code>. The platform behavior recently changed in NodeJS, causing our <code>WasiFileSystem</code> to be unable to access files!</li> <li>New: Optionally ignore whitespace when decoding hexadecimal.</li> <li>New: Optionally omit padding when encoding Base64.</li> <li>New: <code>BufferedSource.readUInt()</code>, <code>BufferedSink.writeUInt()</code>, and similar functions for <code>UByte</code>, <code>UShort</code> and <code>ULong</code>. Also add support for unsigned and little-endian.</li> <li>New: <code>BufferedSink.utf8Appendable()</code>. Use this to adapt an Okio sink to an <code>Appendable</code>.</li> <li>New: <code>Source.limit()</code> returns a wrapped source with a strict limit on how many bytes are returned.</li> <li>New: <code>ByteString.equals(other, constantTime)</code> for subtle defense against timing attacks.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lysine-dev/okio/commit/6604edb2c"><code>6604edb</code></a> Prepare for release 3.18.0.</li> <li><a href="https://github.com/lysine-dev/okio/commit/8ade5ecb5"><code>8ade5ec</code></a> New API, BufferedSink.utf8Appendable() (<a href="https://redirect.github.com/lysine-dev/okio/issues/1... (continued)
14644 of 20029 branches covered (73.11%)
Branch coverage included in aggregate %.
84036 of 88285 relevant lines covered (95.19%)
37.34 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|