Skip to content

Commit

Permalink
Improve test coverage for Swift datafile handlers
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Jul 5, 2024
1 parent 4741388 commit 8c0f4d6
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/packagedcode/swift.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def assemble(cls, package_data, resource, codebase, package_adder):
):
processed_package = package_data
processed_dependencies = package_data.dependencies
# If manifest is available then use the manifest for to construct top-level package.
# If manifest is available then use the manifest to construct top-level package.
elif swift_manifest_resource and resource.name in (
"Package.swift.json",
"Package.swift.deplock",
Expand Down
Loading

0 comments on commit 8c0f4d6

Please sign in to comment.