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

Separate sample and project management into child classes. #79

Merged
merged 24 commits into from
Sep 19, 2023

Conversation

donaldcampbelljr
Copy link
Contributor

Work for separating sample and project management into child classes.

Also add pipestatboss as a wrapper to hold these child classes.

@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #79 (2f1cc27) into dev (8f6b3b4) will decrease coverage by 0.53%.
The diff coverage is 93.41%.

@@            Coverage Diff             @@
##              dev      #79      +/-   ##
==========================================
- Coverage   88.94%   88.42%   -0.53%     
==========================================
  Files          17       17              
  Lines        2434     2428       -6     
==========================================
- Hits         2165     2147      -18     
- Misses        269      281      +12     
Files Changed Coverage Δ
pipestat/pipestat.py 84.61% <85.96%> (-2.20%) ⬇️
pipestat/parsed_schema.py 84.69% <90.00%> (-3.58%) ⬇️
pipestat/backends/dbbackend.py 87.54% <90.69%> (+0.75%) ⬆️
pipestat/backends/filebackend.py 88.57% <91.42%> (-0.32%) ⬇️
tests/test_pipestat.py 96.97% <96.49%> (-0.81%) ⬇️
pipestat/backends/abstract.py 64.70% <100.00%> (-0.68%) ⬇️
pipestat/const.py 100.00% <100.00%> (ø)
pipestat/helpers.py 85.93% <100.00%> (ø)
pipestat/reports.py 81.40% <100.00%> (-0.44%) ⬇️
tests/test_db_only_mode.py 91.26% <100.00%> (ø)
... and 2 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@donaldcampbelljr donaldcampbelljr linked an issue Sep 14, 2023 that may be closed by this pull request
@donaldcampbelljr donaldcampbelljr merged commit ce258b1 into dev Sep 19, 2023
5 checks passed
@donaldcampbelljr donaldcampbelljr deleted the separate_sample_project branch September 19, 2023 20:49
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.

Separate sample and project level pipestat manager objects
1 participant