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

Rename dependencies comparator to linked_dependencies #43

Merged
merged 2 commits into from
Feb 2, 2020

Conversation

marciniwanicki
Copy link
Contributor

@marciniwanicki marciniwanicki commented Feb 2, 2020

Part of: #41

Describe your changes
Renamed DependenciesComparator to LinkedDependenciesComparator as the comparator does not cover differences in Build Phases > Dependencies. As a follow up we will add a new DependenciesComparator which will strictly focus on "Dependencies" build phase .

Testing performed

  • CI

@codecov
Copy link

codecov bot commented Feb 2, 2020

Codecov Report

Merging #43 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   96.05%   96.05%           
=======================================
  Files          42       42           
  Lines        1878     1878           
=======================================
  Hits         1804     1804           
  Misses         74       74
Impacted Files Coverage Δ
...Core/Comparator/LinkedDependenciesComparator.swift 94.02% <ø> (ø)
Sources/XCDiffCore/ComparatorType.swift 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15db662...0dcad03. Read the comment docs.

kwridan
kwridan previously approved these changes Feb 2, 2020
Copy link
Contributor

@kwridan kwridan left a comment

Choose a reason for hiding this comment

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

👍 this should help make this comparator's output clearer

Signed-off-by: Marcin Iwanicki <miwanicki1@bloomberg.net>
Signed-off-by: Marcin Iwanicki <miwanicki1@bloomberg.net>
@marciniwanicki marciniwanicki merged commit f3fa795 into master Feb 2, 2020
@marciniwanicki marciniwanicki deleted the feature/rename-dependencies-comparator branch February 2, 2020 15:38
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.

2 participants