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

Add Connector Registration and Dynamic Dispatch #1375

Merged
merged 8 commits into from
Jan 30, 2025

move and skip SFTP test

305f3f8
Select commit
Loading
Failed to load commit list.
Merged

Add Connector Registration and Dynamic Dispatch #1375

move and skip SFTP test
305f3f8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 30, 2025 in 1s

50.00% of diff hit (target 70.74%)

View this Pull Request on Codecov

50.00% of diff hit (target 70.74%)

Annotations

Check warning on line 3 in dcpy/connectors/ftp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/connectors/ftp.py#L3

Added line #L3 was not covered by tests

Check warning on line 6 in dcpy/connectors/ftp.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/connectors/ftp.py#L6

Added line #L6 was not covered by tests

Check warning on line 32 in dcpy/lifecycle/distribute/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/distribute/__init__.py#L30-L32

Added lines #L30 - L32 were not covered by tests

Check warning on line 36 in dcpy/lifecycle/distribute/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/distribute/__init__.py#L34-L36

Added lines #L34 - L36 were not covered by tests

Check warning on line 40 in dcpy/lifecycle/distribute/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/distribute/__init__.py#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 2 in dcpy/lifecycle/distribute/_cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/distribute/_cli.py#L2

Added line #L2 was not covered by tests

Check warning on line 5 in dcpy/lifecycle/distribute/_cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/distribute/_cli.py#L4-L5

Added lines #L4 - L5 were not covered by tests

Check warning on line 26 in dcpy/lifecycle/distribute/connectors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/distribute/connectors.py#L22-L26

Added lines #L22 - L26 were not covered by tests

Check warning on line 29 in dcpy/lifecycle/distribute/connectors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/distribute/connectors.py#L29

Added line #L29 was not covered by tests

Check warning on line 39 in dcpy/lifecycle/distribute/connectors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/distribute/connectors.py#L39

Added line #L39 was not covered by tests

Check warning on line 42 in dcpy/lifecycle/distribute/connectors.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/distribute/connectors.py#L42

Added line #L42 was not covered by tests

Check warning on line 169 in dcpy/lifecycle/package/assemble.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/package/assemble.py#L169

Added line #L169 was not covered by tests

Check warning on line 199 in dcpy/lifecycle/package/assemble.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/package/assemble.py#L199

Added line #L199 was not covered by tests

Check warning on line 204 in dcpy/lifecycle/package/assemble.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/package/assemble.py#L204

Added line #L204 was not covered by tests

Check warning on line 53 in dcpy/lifecycle/package/validate.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/package/validate.py#L53

Added line #L53 was not covered by tests

Check warning on line 60 in dcpy/lifecycle/package/validate.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/package/validate.py#L60

Added line #L60 was not covered by tests

Check warning on line 63 in dcpy/lifecycle/package/validate.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/package/validate.py#L63

Added line #L63 was not covered by tests

Check warning on line 71 in dcpy/lifecycle/package/validate.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/package/validate.py#L71

Added line #L71 was not covered by tests

Check warning on line 78 in dcpy/lifecycle/package/validate.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/package/validate.py#L78

Added line #L78 was not covered by tests

Check warning on line 2 in dcpy/lifecycle/scripts/_cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/scripts/_cli.py#L2

Added line #L2 was not covered by tests

Check warning on line 11 in dcpy/lifecycle/scripts/_cli.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/scripts/_cli.py#L11

Added line #L11 was not covered by tests

Check warning on line 2 in dcpy/lifecycle/scripts/package_and_distribute.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/scripts/package_and_distribute.py#L2

Added line #L2 was not covered by tests

Check warning on line 5 in dcpy/lifecycle/scripts/package_and_distribute.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/scripts/package_and_distribute.py#L5

Added line #L5 was not covered by tests

Check warning on line 10 in dcpy/lifecycle/scripts/package_and_distribute.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/scripts/package_and_distribute.py#L7-L10

Added lines #L7 - L10 were not covered by tests

Check warning on line 16 in dcpy/lifecycle/scripts/package_and_distribute.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

dcpy/lifecycle/scripts/package_and_distribute.py#L16

Added line #L16 was not covered by tests