opensearch-project / automation-app

🤖 An automation app to handle the daily activities of your GitHub Repository.
Apache License 2.0
1 stars 4 forks source link

Refactor getters and pass resource into call and add codecov #11

Closed peterzhuamazon closed 1 month ago

peterzhuamazon commented 1 month ago

Description

Refactor getters and pass resource into call and add codecov

Issues Resolved

Closes https://github.com/opensearch-project/automation-app/issues/5 Closes #10

6

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

peterzhuamazon commented 1 month ago

I will add the test cases soon.

@prudhvigodithi please take a look when you have time.

Thanks!

peterzhuamazon commented 1 month ago

Added tests for all the utility, calls.

Will open another PR to test all the service related objects.

Thanks.