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-39781: Clean docs and add ruff configuration #856

Merged
merged 16 commits into from
Jun 24, 2023

Add note indicating why parserYacc.py can't be fixed

8714926
Select commit
Loading
Failed to load commit list.
Merged

DM-39781: Clean docs and add ruff configuration #856

Add note indicating why parserYacc.py can't be fixed
8714926
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Jun 24, 2023 in 1s

88.01% (-0.01%) compared to 50b5cb4, passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

88.01% (-0.01%) compared to 50b5cb4, passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (50b5cb4) 88.01% compared to head (8714926) 88.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #856      +/-   ##
==========================================
- Coverage   88.01%   88.01%   -0.01%     
==========================================
  Files         269      269              
  Lines       35423    35420       -3     
  Branches     7424     7424              
==========================================
- Hits        31179    31176       -3     
  Misses       3103     3103              
  Partials     1141     1141              
Impacted Files Coverage Δ
python/lsst/daf/butler/_quantum_backed.py 88.60% <ø> (ø)
python/lsst/daf/butler/cli/butler.py 90.07% <ø> (ø)
python/lsst/daf/butler/cli/cliLog.py 76.72% <ø> (ø)
python/lsst/daf/butler/cli/cmd/commands.py 88.96% <ø> (ø)
python/lsst/daf/butler/cli/opt/optionGroups.py 88.88% <ø> (ø)
python/lsst/daf/butler/cli/opt/options.py 93.33% <ø> (ø)
python/lsst/daf/butler/cli/progress.py 100.00% <ø> (ø)
python/lsst/daf/butler/cli/utils.py 94.33% <ø> (ø)
python/lsst/daf/butler/core/datastore.py 94.76% <ø> (ø)
...ython/lsst/daf/butler/core/dimensions/_universe.py 88.53% <ø> (ø)
... and 100 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.