konveyor / move2kube

Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
https://move2kube.konveyor.io/
Apache License 2.0
383 stars 118 forks source link

test: added test for mergeProcessFileCallBack function #1121

Closed satyazzz123 closed 9 months ago

satyazzz123 commented 9 months ago

test for mergeProcessFileCallBack function

i) this test covers a scenario when the source and destination files are of same content.

fixes a part of #881

github-actions[bot] commented 9 months ago

Thanks for making a pull request! 😃 One of the maintainers will review and advise on the next steps.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (0bbafac) 14.76% compared to head (33d1c13) 14.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1121 +/- ## ========================================== + Coverage 14.76% 14.82% +0.05% ========================================== Files 90 90 Lines 8379 8379 ========================================== + Hits 1237 1242 +5 + Misses 6824 6818 -6 - Partials 318 319 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

satyazzz123 commented 9 months ago

@kmehant @seshapad please review this PR.