stanislav-tkach / os_info

Rust library to detect the operating system type
MIT License
175 stars 52 forks source link

Add more logging #242

Closed stanislav-tkach closed 4 years ago

stanislav-tkach commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #242 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #242   +/-   ##
=======================================
  Coverage   94.37%   94.37%           
=======================================
  Files          12       12           
  Lines         693      693           
=======================================
  Hits          654      654           
  Misses         39       39           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 045c70a...b24d50e. Read the comment docs.

github-actions[bot] commented 4 years ago

:cowboy_hat_face: Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu :cowboy_hat_face:

@@ Size breakdown @@

- Size     5.32 MB
+ Size     5.32 MB  -4.02 KB
Text size  1.14 MB

No changes to crate sizes

Dependency tree
```diff @@ Dependency tree @@ Count: 49 ├─ env_logger v0.8.1 │ ├─ atty v0.2.14 │ │ └─ libc v0.2.80 │ ├─ humantime v2.0.1 │ ├─ log v0.4.11 │ │ └─ cfg-if v0.1.10 │ ├─ regex v1.4.1 │ │ ├─ aho-corasick v0.7.14 - │ │ │ └─ memchr v2.3.3 - │ │ ├─ memchr v2.3.3 + │ │ │ └─ memchr v2.3.4 + │ │ ├─ memchr v2.3.4 │ │ ├─ regex-syntax v0.6.20 │ │ └─ thread_local v1.0.1 │ │ └─ lazy_static v1.4.0 │ └─ termcolor v1.1.0 ├─ log v0.4.11 ├─ os_info v3.0.1 (/home/runner/work/os_info/os_info/os_info) │ └─ log v0.4.11 └─ structopt v0.3.20 ├─ clap v2.33.3 │ ├─ ansi_term v0.11.0 │ ├─ atty v0.2.14 │ ├─ bitflags v1.2.1 │ ├─ strsim v0.8.0 │ ├─ textwrap v0.11.0 │ │ └─ unicode-width v0.1.8 │ ├─ unicode-width v0.1.8 │ └─ vec_map v0.8.2 ├─ lazy_static v1.4.0 └─ structopt-derive v0.4.13 ├─ heck v0.3.1 │ └─ unicode-segmentation v1.6.0 ├─ proc-macro-error v1.0.4 │ ├─ proc-macro-error-attr v1.0.4 │ │ ├─ proc-macro2 v1.0.24 │ │ │ └─ unicode-xid v0.2.1 │ │ ├─ quote v1.0.7 │ │ │ └─ proc-macro2 v1.0.24 │ │ └─ version_check v0.9.2 │ ├─ proc-macro2 v1.0.24 │ ├─ quote v1.0.7 │ ├─ syn v1.0.48 │ │ ├─ proc-macro2 v1.0.24 │ │ ├─ quote v1.0.7 │ │ └─ unicode-xid v0.2.1 │ └─ version_check v0.9.2 ├─ proc-macro2 v1.0.24 ├─ quote v1.0.7 └─ syn v1.0.48 ```

Commit: 46f00c1d465e8068ab3efd0e80aa92079c907f31 (Compare with baseline commit)

github-actions[bot] commented 4 years ago

:apple: Cargo bloat for toolchain stable-x86_64-apple-darwin :apple:

@@ Size breakdown @@

Size       1.14 MB
Text size  1.14 MB

No changes to crate sizes

Dependency tree
```diff @@ Dependency tree @@ Count: 49 ├─ env_logger v0.8.1 │ ├─ atty v0.2.14 │ │ └─ libc v0.2.80 │ ├─ humantime v2.0.1 │ ├─ log v0.4.11 │ │ └─ cfg-if v0.1.10 │ ├─ regex v1.4.1 │ │ ├─ aho-corasick v0.7.14 - │ │ │ └─ memchr v2.3.3 - │ │ ├─ memchr v2.3.3 + │ │ │ └─ memchr v2.3.4 + │ │ ├─ memchr v2.3.4 │ │ ├─ regex-syntax v0.6.20 │ │ └─ thread_local v1.0.1 │ │ └─ lazy_static v1.4.0 │ └─ termcolor v1.1.0 ├─ log v0.4.11 ├─ os_info v3.0.1 (/Users/runner/work/os_info/os_info/os_info) │ └─ log v0.4.11 └─ structopt v0.3.20 ├─ clap v2.33.3 │ ├─ ansi_term v0.11.0 │ ├─ atty v0.2.14 │ ├─ bitflags v1.2.1 │ ├─ strsim v0.8.0 │ ├─ textwrap v0.11.0 │ │ └─ unicode-width v0.1.8 │ ├─ unicode-width v0.1.8 │ └─ vec_map v0.8.2 ├─ lazy_static v1.4.0 └─ structopt-derive v0.4.13 ├─ heck v0.3.1 │ └─ unicode-segmentation v1.6.0 ├─ proc-macro-error v1.0.4 │ ├─ proc-macro-error-attr v1.0.4 │ │ ├─ proc-macro2 v1.0.24 │ │ │ └─ unicode-xid v0.2.1 │ │ ├─ quote v1.0.7 │ │ │ └─ proc-macro2 v1.0.24 │ │ └─ version_check v0.9.2 │ ├─ proc-macro2 v1.0.24 │ ├─ quote v1.0.7 │ ├─ syn v1.0.48 │ │ ├─ proc-macro2 v1.0.24 │ │ ├─ quote v1.0.7 │ │ └─ unicode-xid v0.2.1 │ └─ version_check v0.9.2 ├─ proc-macro2 v1.0.24 ├─ quote v1.0.7 └─ syn v1.0.48 ```

Commit: 46f00c1d465e8068ab3efd0e80aa92079c907f31 (Compare with baseline commit)

github-actions[bot] commented 4 years ago

:office: Cargo bloat for toolchain stable-x86_64-pc-windows-gnu :office:

@@ Size breakdown @@

Size       2.26 MB
Text size  2.26 MB

No changes to crate sizes

Dependency tree
```diff @@ Dependency tree @@ Count: 52 ├─ env_logger v0.8.1 │ ├─ atty v0.2.14 │ │ └─ winapi v0.3.9 │ │ └─ winapi-x86_64-pc-windows-gnu v0.4.0 │ ├─ humantime v2.0.1 │ ├─ log v0.4.11 │ │ └─ cfg-if v0.1.10 │ ├─ regex v1.4.1 │ │ ├─ aho-corasick v0.7.14 - │ │ │ └─ memchr v2.3.3 - │ │ ├─ memchr v2.3.3 + │ │ │ └─ memchr v2.3.4 + │ │ ├─ memchr v2.3.4 │ │ ├─ regex-syntax v0.6.20 │ │ └─ thread_local v1.0.1 │ │ └─ lazy_static v1.4.0 │ └─ termcolor v1.1.0 │ └─ winapi-util v0.1.5 │ └─ winapi v0.3.9 ├─ log v0.4.11 ├─ os_info v3.0.1 (D:\a\os_info\os_info\os_info) │ ├─ log v0.4.11 │ └─ winapi v0.3.9 └─ structopt v0.3.20 ├─ clap v2.33.3 │ ├─ atty v0.2.14 │ ├─ bitflags v1.2.1 │ ├─ strsim v0.8.0 │ ├─ textwrap v0.11.0 │ │ └─ unicode-width v0.1.8 │ ├─ unicode-width v0.1.8 │ └─ vec_map v0.8.2 ├─ lazy_static v1.4.0 └─ structopt-derive v0.4.13 ├─ heck v0.3.1 │ └─ unicode-segmentation v1.6.0 ├─ proc-macro-error v1.0.4 │ ├─ proc-macro-error-attr v1.0.4 │ │ ├─ proc-macro2 v1.0.24 │ │ │ └─ unicode-xid v0.2.1 │ │ ├─ quote v1.0.7 │ │ │ └─ proc-macro2 v1.0.24 │ │ └─ version_check v0.9.2 │ ├─ proc-macro2 v1.0.24 │ ├─ quote v1.0.7 │ ├─ syn v1.0.48 │ │ ├─ proc-macro2 v1.0.24 │ │ ├─ quote v1.0.7 │ │ └─ unicode-xid v0.2.1 │ └─ version_check v0.9.2 ├─ proc-macro2 v1.0.24 ├─ quote v1.0.7 └─ syn v1.0.48 ```

Commit: 46f00c1d465e8068ab3efd0e80aa92079c907f31 (Compare with baseline commit)

github-actions[bot] commented 4 years ago

:office: Cargo bloat for toolchain stable-i686-pc-windows-gnu :office:

@@ Size breakdown @@

Size       1.98 MB
Text size  1.98 MB

No changes to crate sizes

Dependency tree
```diff @@ Dependency tree @@ Count: 52 ├─ env_logger v0.8.1 │ ├─ atty v0.2.14 │ │ └─ winapi v0.3.9 │ │ └─ winapi-i686-pc-windows-gnu v0.4.0 │ ├─ humantime v2.0.1 │ ├─ log v0.4.11 │ │ └─ cfg-if v0.1.10 │ ├─ regex v1.4.1 │ │ ├─ aho-corasick v0.7.14 - │ │ │ └─ memchr v2.3.3 - │ │ ├─ memchr v2.3.3 + │ │ │ └─ memchr v2.3.4 + │ │ ├─ memchr v2.3.4 │ │ ├─ regex-syntax v0.6.20 │ │ └─ thread_local v1.0.1 │ │ └─ lazy_static v1.4.0 │ └─ termcolor v1.1.0 │ └─ winapi-util v0.1.5 │ └─ winapi v0.3.9 ├─ log v0.4.11 ├─ os_info v3.0.1 (D:\a\os_info\os_info\os_info) │ ├─ log v0.4.11 │ └─ winapi v0.3.9 └─ structopt v0.3.20 ├─ clap v2.33.3 │ ├─ atty v0.2.14 │ ├─ bitflags v1.2.1 │ ├─ strsim v0.8.0 │ ├─ textwrap v0.11.0 │ │ └─ unicode-width v0.1.8 │ ├─ unicode-width v0.1.8 │ └─ vec_map v0.8.2 ├─ lazy_static v1.4.0 └─ structopt-derive v0.4.13 ├─ heck v0.3.1 │ └─ unicode-segmentation v1.6.0 ├─ proc-macro-error v1.0.4 │ ├─ proc-macro-error-attr v1.0.4 │ │ ├─ proc-macro2 v1.0.24 │ │ │ └─ unicode-xid v0.2.1 │ │ ├─ quote v1.0.7 │ │ │ └─ proc-macro2 v1.0.24 │ │ └─ version_check v0.9.2 │ ├─ proc-macro2 v1.0.24 │ ├─ quote v1.0.7 │ ├─ syn v1.0.48 │ │ ├─ proc-macro2 v1.0.24 │ │ ├─ quote v1.0.7 │ │ └─ unicode-xid v0.2.1 │ └─ version_check v0.9.2 ├─ proc-macro2 v1.0.24 ├─ quote v1.0.7 └─ syn v1.0.48 ```

Commit: 46f00c1d465e8068ab3efd0e80aa92079c907f31 (Compare with baseline commit)