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 the 'codename' field to the version #213

Merged
merged 2 commits into from
Aug 15, 2020
Merged

Add the 'codename' field to the version #213

merged 2 commits into from
Aug 15, 2020

Conversation

stanislav-tkach
Copy link
Owner

Closes #178.

@github-actions
Copy link

github-actions bot commented Aug 14, 2020

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

@@ Size breakdown @@

Size       1.1 MB
Text size  1.1 MB

No changes to crate sizes

Dependency tree
@@ Dependency tree @@
Count: 50

  ├─ env_logger v0.7.1
  │  ├─ atty v0.2.14
  │  │  └─ libc v0.2.74
  │  ├─ humantime v1.3.0
  │  │  └─ quick-error v1.2.3
  │  ├─ log v0.4.11
  │  │  └─ cfg-if v0.1.10
  │  ├─ regex v1.3.9
  │  │  ├─ aho-corasick v0.7.13
  │  │  │  └─ memchr v2.3.3
  │  │  ├─ memchr v2.3.3
  │  │  ├─ regex-syntax v0.6.18
  │  │  └─ thread_local v1.0.1
  │  │     └─ lazy_static v1.4.0
  │  └─ termcolor v1.1.0
  ├─ log v0.4.11 
  ├─ os_info v2.0.8 (/Users/runner/work/os_info/os_info/os_info)
  │  └─ log v0.4.11 
  └─ structopt v0.3.16
-    ├─ clap v2.33.2
+    ├─ 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.9
        ├─ 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.19
        │  │  │  └─ unicode-xid v0.2.1
        │  │  ├─ quote v1.0.7
        │  │  │  └─ proc-macro2 v1.0.19 
        │  │  └─ version_check v0.9.2
        │  ├─ proc-macro2 v1.0.19 
        │  ├─ quote v1.0.7 
        │  ├─ syn v1.0.38
        │  │  ├─ proc-macro2 v1.0.19 
        │  │  ├─ quote v1.0.7 
        │  │  └─ unicode-xid v0.2.1
        │  └─ version_check v0.9.2
        ├─ proc-macro2 v1.0.19 
        ├─ quote v1.0.7 
        └─ syn v1.0.38 

Commit: cd90ddb (Compare with baseline commit)

@github-actions
Copy link

github-actions bot commented Aug 14, 2020

🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠

@@ Size breakdown @@

Size       1.11 MB
Text size  1.11 MB

No changes to crate sizes

Dependency tree
@@ Dependency tree @@
Count: 50

  ├─ env_logger v0.7.1
  │  ├─ atty v0.2.14
  │  │  └─ libc v0.2.74
  │  ├─ humantime v1.3.0
  │  │  └─ quick-error v1.2.3
  │  ├─ log v0.4.11
  │  │  └─ cfg-if v0.1.10
  │  ├─ regex v1.3.9
  │  │  ├─ aho-corasick v0.7.13
  │  │  │  └─ memchr v2.3.3
  │  │  ├─ memchr v2.3.3
  │  │  ├─ regex-syntax v0.6.18
  │  │  └─ thread_local v1.0.1
  │  │     └─ lazy_static v1.4.0
  │  └─ termcolor v1.1.0
  ├─ log v0.4.11 
  ├─ os_info v2.0.8 (/home/runner/work/os_info/os_info/os_info)
  │  └─ log v0.4.11 
  └─ structopt v0.3.16
-    ├─ clap v2.33.2
+    ├─ 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.9
        ├─ 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.19
        │  │  │  └─ unicode-xid v0.2.1
        │  │  ├─ quote v1.0.7
        │  │  │  └─ proc-macro2 v1.0.19 
        │  │  └─ version_check v0.9.2
        │  ├─ proc-macro2 v1.0.19 
        │  ├─ quote v1.0.7 
        │  ├─ syn v1.0.38
        │  │  ├─ proc-macro2 v1.0.19 
        │  │  ├─ quote v1.0.7 
        │  │  └─ unicode-xid v0.2.1
        │  └─ version_check v0.9.2
        ├─ proc-macro2 v1.0.19 
        ├─ quote v1.0.7 
        └─ syn v1.0.38 

Commit: cd90ddb (Compare with baseline commit)

@github-actions
Copy link

github-actions bot commented Aug 14, 2020

🏢 Cargo bloat for toolchain stable-x86_64-pc-windows-gnu 🏢

@@ Size breakdown @@

Size       1.99 MB
Text size  1.99 MB

No changes to crate sizes

Dependency tree
@@ Dependency tree @@
Count: 53

  ├─ env_logger v0.7.1
  │  ├─ atty v0.2.14
  │  │  └─ winapi v0.3.9
  │  │     └─ winapi-x86_64-pc-windows-gnu v0.4.0
  │  ├─ humantime v1.3.0
  │  │  └─ quick-error v1.2.3
  │  ├─ log v0.4.11
  │  │  └─ cfg-if v0.1.10
  │  ├─ regex v1.3.9
  │  │  ├─ aho-corasick v0.7.13
  │  │  │  └─ memchr v2.3.3
  │  │  ├─ memchr v2.3.3
  │  │  ├─ regex-syntax v0.6.18
  │  │  └─ 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 v2.0.8 (D:\a\os_info\os_info\os_info)
  │  ├─ log v0.4.11 
  │  └─ winapi v0.3.9 
  └─ structopt v0.3.16
-    ├─ clap v2.33.2
+    ├─ 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.9
        ├─ 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.19
        │  │  │  └─ unicode-xid v0.2.1
        │  │  ├─ quote v1.0.7
        │  │  │  └─ proc-macro2 v1.0.19 
        │  │  └─ version_check v0.9.2
        │  ├─ proc-macro2 v1.0.19 
        │  ├─ quote v1.0.7 
        │  ├─ syn v1.0.38
        │  │  ├─ proc-macro2 v1.0.19 
        │  │  ├─ quote v1.0.7 
        │  │  └─ unicode-xid v0.2.1
        │  └─ version_check v0.9.2
        ├─ proc-macro2 v1.0.19 
        ├─ quote v1.0.7 
        └─ syn v1.0.38 

Commit: cd90ddb (Compare with baseline commit)

@github-actions
Copy link

github-actions bot commented Aug 14, 2020

🏢 Cargo bloat for toolchain stable-i686-pc-windows-gnu 🏢

@@ Size breakdown @@

Size       1.73 MB
Text size  1.73 MB

No changes to crate sizes

Dependency tree
@@ Dependency tree @@
Count: 53

  ├─ env_logger v0.7.1
  │  ├─ atty v0.2.14
  │  │  └─ winapi v0.3.9
  │  │     └─ winapi-i686-pc-windows-gnu v0.4.0
  │  ├─ humantime v1.3.0
  │  │  └─ quick-error v1.2.3
  │  ├─ log v0.4.11
  │  │  └─ cfg-if v0.1.10
  │  ├─ regex v1.3.9
  │  │  ├─ aho-corasick v0.7.13
  │  │  │  └─ memchr v2.3.3
  │  │  ├─ memchr v2.3.3
  │  │  ├─ regex-syntax v0.6.18
  │  │  └─ 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 v2.0.8 (D:\a\os_info\os_info\os_info)
  │  ├─ log v0.4.11 
  │  └─ winapi v0.3.9 
  └─ structopt v0.3.16
-    ├─ clap v2.33.2
+    ├─ 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.9
        ├─ 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.19
        │  │  │  └─ unicode-xid v0.2.1
        │  │  ├─ quote v1.0.7
        │  │  │  └─ proc-macro2 v1.0.19 
        │  │  └─ version_check v0.9.2
        │  ├─ proc-macro2 v1.0.19 
        │  ├─ quote v1.0.7 
        │  ├─ syn v1.0.38
        │  │  ├─ proc-macro2 v1.0.19 
        │  │  ├─ quote v1.0.7 
        │  │  └─ unicode-xid v0.2.1
        │  └─ version_check v0.9.2
        ├─ proc-macro2 v1.0.19 
        ├─ quote v1.0.7 
        └─ syn v1.0.38 

Commit: cd90ddb (Compare with baseline commit)

@codecov-commenter
Copy link

Codecov Report

Merging #213 into master will increase coverage by 0.76%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
+ Coverage   83.56%   84.33%   +0.76%     
==========================================
  Files          12       12              
  Lines         493      517      +24     
==========================================
+ Hits          412      436      +24     
  Misses         81       81              
Impacted Files Coverage Δ
os_info/src/info.rs 83.33% <100.00%> (+4.54%) ⬆️
os_info/src/linux/file_release.rs 85.91% <100.00%> (ø)
os_info/src/linux/lsb_release.rs 87.40% <100.00%> (ø)
os_info/src/version.rs 87.03% <100.00%> (+2.09%) ⬆️

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 1b6551c...4c31ded. Read the comment docs.

@stanislav-tkach stanislav-tkach merged commit a4cb067 into master Aug 15, 2020
@stanislav-tkach stanislav-tkach deleted the codename branch August 15, 2020 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extract OS codename
2 participants