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

DM-33027: add PipelineGraph class #347

Merged
merged 16 commits into from
Aug 4, 2023

Use enum to make PipelineGraph load options clearer.

8091ec1
Select commit
Loading
Failed to load commit list.
Merged

DM-33027: add PipelineGraph class #347

Use enum to make PipelineGraph load options clearer.
8091ec1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 4, 2023 in 1s

83.99% (+1.27%) compared to eb4b848

View this Pull Request on Codecov

83.99% (+1.27%) compared to eb4b848

Details

Codecov Report

Patch coverage: 86.79% and project coverage change: +1.27% 🎉

Comparison is base (eb4b848) 82.72% compared to head (8091ec1) 83.99%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #347      +/-   ##
==========================================
+ Coverage   82.72%   83.99%   +1.27%     
==========================================
  Files          66       77      +11     
  Lines        7345     9086    +1741     
  Branches     1443     1741     +298     
==========================================
+ Hits         6076     7632    +1556     
- Misses       1023     1165     +142     
- Partials      246      289      +43     
Files Changed Coverage Δ
python/lsst/pipe/base/tests/pipelineStepTester.py 0.00% <0.00%> (ø)
tests/test_pipeTools.py 100.00% <ø> (ø)
python/lsst/pipe/base/pipeline.py 65.41% <59.09%> (-0.65%) ⬇️
python/lsst/pipe/base/pipeTools.py 80.64% <72.72%> (-13.56%) ⬇️
...ython/lsst/pipe/base/tests/mocks/_pipeline_task.py 52.28% <74.68%> (+17.74%) ⬆️
tests/test_pipeline_graph.py 80.03% <80.03%> (ø)
python/lsst/pipe/base/pipeline_graph/_edges.py 80.62% <80.62%> (ø)
...on/lsst/pipe/base/pipeline_graph/_dataset_types.py 91.02% <91.02%> (ø)
python/lsst/pipe/base/pipeline_graph/_tasks.py 92.51% <92.51%> (ø)
...n/lsst/pipe/base/pipeline_graph/_pipeline_graph.py 93.83% <93.83%> (ø)
... and 7 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.