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

Fix procmon issue #80

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Alrudin
Copy link

@Alrudin Alrudin commented Sep 14, 2020

This fixes procmon file issues with date format in 24-hour format. Also handles nordic convention of using ',' instead of '.' in floats.

@codecov
Copy link

codecov bot commented Sep 14, 2020

Codecov Report

Merging #80 into master will decrease coverage by 0.04%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
- Coverage   80.83%   80.79%   -0.05%     
==========================================
  Files          57       57              
  Lines        2802     2806       +4     
==========================================
+ Hits         2265     2267       +2     
- Misses        537      539       +2     
Impacted Files Coverage Δ
beagle/datasources/procmon_csv.py 53.84% <0.00%> (-4.49%) ⬇️
beagle/transformers/base_transformer.py 87.65% <100.00%> (+0.15%) ⬆️
beagle/transformers/procmon_transformer.py 95.45% <100.00%> (+0.06%) ⬆️

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 8bb2b61...bb476f5. Read the comment docs.

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.

None yet

1 participant