|
Ran
|
Files
112
|
Run time
16s
|
Badge
README BADGES
|
push
travis-pro
Bump log from 0.4.11 to 0.4.13 (#1607) Bumps [log](https://github.com/rust-lang/log) from 0.4.11 to 0.4.13. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.13] - 2021-01-11</h2> <ul> <li>This is the same as <code>0.4.11</code>, except with a <code>kv_unstable_std</code> feature added to aid migrating current dependents to <code>0.4.14</code> (which was originally going to be <code>0.4.13</code> until it was decided to create a patch from <code>0.4.11</code> to minimize disruption).</li> </ul> <h2>[0.4.12] - 2020-12-24</h2> <h3>New</h3> <ul> <li>Support platforms without atomics by racing instead of failing to compile</li> <li>Implement <code>Log</code> for <code>Box<T: Log></code></li> <li>Update <code>cfg-if</code> to <code>1.0</code></li> <li>Internal reworks of the structured logging API. Removed the <code>Fill</code> API and added <code>source::as_map</code> and <code>source::as_list</code> to easily serialize a <code>Source</code> as either a map of <code>{key: value, ..}</code> or as a list of <code>[(key, value), ..]</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed deserialization of <code>LevelFilter</code> to use their <code>u64</code> index variants</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/log/commit/f0a78578f"><code>f0a7857</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/log/issues/441">#441</a> from KodrAus/0.4.11-patch</li> <li><a href="https://github.com/rust-lang/log/commit/078a8bc68"><code>078a8bc</code></a> prepare for 0.4.13 release patch</li> <li>See full diff in <a href="https://github.com/rust-lang/log/compare/0.4.11...0.4.13">compare view</a></li> </ul> </details> <br /> [
14140 of 56428 branches covered (25.06%)
Branch coverage included in aggregate %.
3835 of 6014 relevant lines covered (63.77%)
39370.27 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|