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

Move code out of __init__ files #352

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

feat(diracx): move bl from __init__ files

c9a8349
Select commit
Loading
Failed to load commit list.
Open

Move code out of __init__ files #352

feat(diracx): move bl from __init__ files
c9a8349
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 20, 2024 in 0s

87.91% of diff hit (target 100.00%)

View this Pull Request on Codecov

87.91% of diff hit (target 100.00%)

Annotations

Check warning on line 1 in diracx-cli/src/diracx/cli/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/__main__.py#L1

Added line #L1 was not covered by tests

Check warning on line 27 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L26-L27

Added lines #L26 - L27 were not covered by tests

Check warning on line 34 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L31-L34

Added lines #L31 - L34 were not covered by tests

Check warning on line 38 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 41 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L41

Added line #L41 was not covered by tests

Check warning on line 76 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L76

Added line #L76 was not covered by tests

Check warning on line 78 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L78

Added line #L78 was not covered by tests

Check warning on line 99 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L99

Added line #L99 was not covered by tests

Check warning on line 102 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L102

Added line #L102 was not covered by tests

Check warning on line 114 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 116 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L116

Added line #L116 was not covered by tests

Check warning on line 142 in diracx-cli/src/diracx/cli/auth.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/auth.py#L142

Added line #L142 was not covered by tests

Check warning on line 33 in diracx-cli/src/diracx/cli/internal/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/internal/config.py#L33

Added line #L33 was not covered by tests

Check warning on line 65 in diracx-cli/src/diracx/cli/internal/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/internal/config.py#L65

Added line #L65 was not covered by tests

Check warning on line 108 in diracx-cli/src/diracx/cli/internal/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/internal/config.py#L108

Added line #L108 was not covered by tests

Check warning on line 144 in diracx-cli/src/diracx/cli/internal/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/internal/config.py#L144

Added line #L144 was not covered by tests

Check warning on line 158 in diracx-cli/src/diracx/cli/internal/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/internal/config.py#L157-L158

Added lines #L157 - L158 were not covered by tests

Check warning on line 171 in diracx-cli/src/diracx/cli/internal/config.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-cli/src/diracx/cli/internal/config.py#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 3 in diracx-client/src/diracx/client/aio.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-client/src/diracx/client/aio.py#L3

Added line #L3 was not covered by tests

Check warning on line 7 in diracx-client/src/diracx/client/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-client/src/diracx/client/models.py#L7

Added line #L7 was not covered by tests

Check warning on line 39 in diracx-core/src/diracx/core/config/sources.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-core/src/diracx/core/config/sources.py#L39

Added line #L39 was not covered by tests

Check warning on line 79 in diracx-core/src/diracx/core/config/sources.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-core/src/diracx/core/config/sources.py#L79

Added line #L79 was not covered by tests

Check warning on line 88 in diracx-core/src/diracx/core/config/sources.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-core/src/diracx/core/config/sources.py#L88

Added line #L88 was not covered by tests

Check warning on line 93 in diracx-core/src/diracx/core/config/sources.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-core/src/diracx/core/config/sources.py#L93

Added line #L93 was not covered by tests

Check warning on line 160 in diracx-core/src/diracx/core/config/sources.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

diracx-core/src/diracx/core/config/sources.py#L159-L160

Added lines #L159 - L160 were not covered by tests