globusdigital / deep-copy

Deep copy generator
BSD 3-Clause "New" or "Revised" License
150 stars 34 forks source link

Fix wrong import aliases #21

Closed anfilat closed 2 years ago

anfilat commented 2 years ago

Fixed conversion of package paths to import aliases. Now it doesn't work because of dot in github.com.

codecov[bot] commented 2 years ago

Codecov Report

Merging #21 (1cb14be) into master (bc3f5aa) will increase coverage by 4.62%. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/globusdigital/deep-copy/pull/21/graphs/tree.svg?width=650&height=150&src=pr&token=Wi9OBsKgNB&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=globusdigital)](https://codecov.io/gh/globusdigital/deep-copy/pull/21?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=globusdigital) ```diff @@ Coverage Diff @@ ## master #21 +/- ## ========================================== + Coverage 69.75% 74.38% +4.62% ========================================== Files 1 1 Lines 324 324 ========================================== + Hits 226 241 +15 + Misses 81 69 -12 + Partials 17 14 -3 ``` | [Impacted Files](https://codecov.io/gh/globusdigital/deep-copy/pull/21?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=globusdigital) | Coverage Δ | | |---|---|---| | [main.go](https://codecov.io/gh/globusdigital/deep-copy/pull/21/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=globusdigital#diff-bWFpbi5nbw==) | `74.38% <100.00%> (+4.62%)` | :arrow_up: |