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

[WIP] Builder Reporting #80

Merged
merged 19 commits into from
Jan 23, 2020
Merged

[WIP] Builder Reporting #80

merged 19 commits into from
Jan 23, 2020

Conversation

shyamd
Copy link
Contributor

@shyamd shyamd commented Jan 23, 2020

This PR adds in Reporting into the Build System:

  • Reporting is done by sending extra data in logging info`
  • a ReportingHandler catches this extra info and sends it to a reporting Store
  • mrun now has a -r option to load a reporting Store
  • Store names have been updated to be more descriptive
  • docs include information on enabling reporting and simple description of the reporting data

@codecov
Copy link

codecov bot commented Jan 23, 2020

Codecov Report

Merging #80 into master will increase coverage by 0.1%.
The diff coverage is 81.92%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #80     +/-   ##
=========================================
+ Coverage   86.73%   86.84%   +0.1%     
=========================================
  Files          20       20             
  Lines        1365     1421     +56     
=========================================
+ Hits         1184     1234     +50     
- Misses        181      187      +6
Impacted Files Coverage Δ
src/maggma/core/store.py 87.5% <ø> (ø) ⬆️
src/maggma/stores/gridfs.py 84% <0%> (ø) ⬆️
src/maggma/stores/advanced_stores.py 80.34% <0%> (ø) ⬆️
src/maggma/stores/aws.py 75.96% <0%> (ø) ⬆️
src/maggma/stores/compound_stores.py 79.53% <0%> (-0.95%) ⬇️
src/maggma/stores/mongolike.py 94.08% <100%> (ø) ⬆️
src/maggma/cli/__init__.py 92.3% <100%> (+0.87%) ⬆️
src/maggma/builders/group_builder.py 85% <100%> (+0.18%) ⬆️
src/maggma/builders/__init__.py 100% <100%> (ø) ⬆️
src/maggma/cli/multiprocessing.py 94.2% <100%> (+0.26%) ⬆️
... and 3 more

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 0fa3e1c...bf9005b. Read the comment docs.

@shyamd shyamd merged commit 0736931 into master Jan 23, 2020
@shyamd shyamd mentioned this pull request Jan 23, 2020
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.

1 participant