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

Feature/ted 713 #293

Merged
merged 8 commits into from
Oct 6, 2022
Merged

Feature/ted 713 #293

merged 8 commits into from
Oct 6, 2022

Conversation

kaleanych
Copy link
Contributor

No description provided.

@swarmia
Copy link

swarmia bot commented Oct 5, 2022

✅  Linked to Story TED-713 · Mapping suite diff

@codecov-commenter
Copy link

codecov-commenter commented Oct 5, 2022

Codecov Report

Base: 98.85% // Head: 98.99% // Increases project coverage by +0.14% 🎉

Coverage data is based on head (9ab02ca) compared to base (41c53c5).
Patch coverage: 100.00% of modified lines in pull request are covered.

❗ Current head 9ab02ca differs from pull request most recent head 1ff96cc. Consider uploading reports for the commit 1ff96cc to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #293      +/-   ##
==========================================
+ Coverage   98.85%   98.99%   +0.14%     
==========================================
  Files         103      106       +3     
  Lines        5233     5486     +253     
==========================================
+ Hits         5173     5431     +258     
+ Misses         60       55       -5     
Impacted Files Coverage Δ
...ed_sws/data_sampler/services/notice_xml_indexer.py 98.16% <ø> (-1.84%) ⬇️
ted_sws/core/adapters/cmd_runner.py 100.00% <100.00%> (ø)
ted_sws/core/model/transform.py 100.00% <100.00%> (ø)
.../data_manager/adapters/mapping_suite_repository.py 100.00% <100.00%> (ø)
...apping_suite_processor/entrypoints/cli/__init__.py 100.00% <100.00%> (ø)
...r/entrypoints/cli/cmd_conceptual_mapping_differ.py 100.00% <100.00%> (ø)
...sor/entrypoints/cli/cmd_mapping_suite_validator.py 100.00% <100.00%> (ø)
..._sws/mapping_suite_processor/resources/__init__.py 100.00% <100.00%> (ø)
...te_processor/services/conceptual_mapping_differ.py 100.00% <100.00%> (ø)
...sor/services/conceptual_mapping_files_injection.py 100.00% <100.00%> (ø)
... and 7 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@@ -63,6 +63,29 @@ def __init__(self, name=__name__, logger: EventLogger = None):

self.logger = logger

@classmethod
def _init_list_input_opts_split(cls, input_val) -> List:
Copy link
Contributor

Choose a reason for hiding this comment

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

use typing for input_val

@@ -46,6 +46,8 @@ def __init__(
repository_path = Path(self.mappings_path)
mapping_suite_repository = MappingSuiteRepositoryInFileSystem(repository_path=repository_path)
self.mapping_suite = mapping_suite_repository.get(reference=self.mapping_suite_id)
self.log("K :: " + str(repository_path))
Copy link
Contributor

Choose a reason for hiding this comment

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

what is this? 👯

Copy link
Contributor Author

Choose a reason for hiding this comment

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

:D some development radiation. Thanks for observing

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 6, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 1 Security Hotspot
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@kaleanych kaleanych merged commit 45d371c into main Oct 6, 2022
@kaleanych kaleanych deleted the feature/TED-713 branch October 6, 2022 07:08
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.

3 participants