Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Add platform name to sent Apilytics version info #15

Merged
merged 1 commit into from
Feb 20, 2022
Merged

Conversation

ruohola
Copy link
Member

@ruohola ruohola commented Feb 20, 2022

Use sys.platform for this (instead of platform.system()) since it's
more consistent with Node.js's process.platform values.

Atm rebased on top of #14, it should be merged first.

@ruohola ruohola requested a review from blomqma February 20, 2022 09:48
@codecov
Copy link

codecov bot commented Feb 20, 2022

Codecov Report

Merging #15 (838927b) into master (491681e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #15   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          102       101    -1     
  Branches        10         9    -1     
=========================================
- Hits           102       101    -1     
Impacted Files Coverage Δ
apilytics/core.py 100.00% <100.00%> (ø)

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 e3aeeca...838927b. Read the comment docs.

Use `sys.platform` for this (instead of `platform.system()`) since it's
more consistent with Node.js's `process.platform` values.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants