Skip to content

Conversation

MattShirley
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Sep 3, 2025

Codecov Report

❌ Patch coverage is 95.03106% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.74%. Comparing base (1413cd7) to head (c3285fe).

Files with missing lines Patch % Lines
servicex/minio_adapter.py 71.42% 4 Missing ⚠️
servicex/query_core.py 93.84% 4 Missing ⚠️
servicex/servicex_client.py 91.48% 4 Missing ⚠️
servicex/app/cache.py 66.66% 2 Missing ⚠️
servicex/func_adl/func_adl_dataset.py 94.73% 1 Missing ⚠️
servicex/uproot_raw/uproot_raw.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #650      +/-   ##
==========================================
- Coverage   97.19%   96.74%   -0.46%     
==========================================
  Files          29       29              
  Lines        1959     2026      +67     
==========================================
+ Hits         1904     1960      +56     
- Misses         55       66      +11     
Flag Coverage Δ
unittests 96.74% <95.03%> (-0.46%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


@classmethod
def from_yaml(cls, _, node):
def from_yaml(cls, _: Any, node: Any) -> "RucioDatasetIdentifier":
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove Any

class FuncADLQuery_ATLASxAOD(FuncADLQuery):
yaml_tag = "!FuncADL_ATLASxAOD"
default_codegen = "atlasxaod"
default_codegen: Optional[str] = "atlasxaod"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be set to str?

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