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

Fixing false output #99

Closed
wants to merge 3 commits into from
Closed

Fixing false output #99

wants to merge 3 commits into from

Conversation

goergisn
Copy link
Contributor

TBD

Copy link

⚠️ 2 public changes detected ⚠️

Comparing fix-package-targets to main

🔀2 Modifications

Package.swift

.targets

🔀 Modified

// From
.testTarget(name: "IntegrationTests", dependencies: [.target(name: "public-api-diff")], path: "Tests/IntegrationTests")

// To
.testTarget(name: "IntegrationTests", dependencies: [.target(name: "public-api-diff")], path: "Tests/IntegrationTests")

/**
Changes:
- Added resource .copy("/Users/runner/work/adyen-swift-public-api-diff/adyen-swift-public-api-diff/tmp-public-api-diff69E03470-2374-4679-A85E-166C86CFC94E/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-private.md")
- Added resource .copy("/Users/runner/work/adyen-swift-public-api-diff/adyen-swift-public-api-diff/tmp-public-api-diff69E03470-2374-4679-A85E-166C86CFC94E/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-public.md")
- Removed resource .copy("/Users/runner/work/adyen-swift-public-api-diff/adyen-swift-public-api-diff/tmp-public-api-diffC2E55CA5-D98A-4EAE-92C5-EC6BAEC07762/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-private.md")
- Removed resource .copy("/Users/runner/work/adyen-swift-public-api-diff/adyen-swift-public-api-diff/tmp-public-api-diffC2E55CA5-D98A-4EAE-92C5-EC6BAEC07762/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-public.md")
*/
// From
.testTarget(name: "UnitTests", dependencies: [.target(name: "public-api-diff")], path: "Tests/UnitTests")

// To
.testTarget(name: "UnitTests", dependencies: [.target(name: "public-api-diff")], path: "Tests/UnitTests")

/**
Changes:
- Added resource .copy("/Users/runner/work/adyen-swift-public-api-diff/adyen-swift-public-api-diff/tmp-public-api-diff69E03470-2374-4679-A85E-166C86CFC94E/Tests/UnitTests/Resources/expected-reference-changes.md")
- Removed resource .copy("/Users/runner/work/adyen-swift-public-api-diff/adyen-swift-public-api-diff/tmp-public-api-diffC2E55CA5-D98A-4EAE-92C5-EC6BAEC07762/Tests/UnitTests/Resources/expected-reference-changes.md")
*/

Analyzed targets: FileHandlingModule, PADCore, PADLogging, PADOutputGenerator, PADPackageFileAnalyzer, PADProjectBuilder, PADSwiftInterfaceDiff, PADSwiftInterfaceFileLocator, ShellModule, SwiftPackageFileHelperModule

@goergisn goergisn closed this Feb 10, 2025
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