devops-twitter-bot icon indicating copy to clipboard operation
devops-twitter-bot copied to clipboard

Add automated testing via GitHub actions

Open YourAKShaw opened this issue 2 years ago • 6 comments

Add GitHub actions which will automate testing for each PR and add coverage reports, added that it should block PRs in case test coverage is ineligible.

YourAKShaw avatar Sep 02 '22 21:09 YourAKShaw

Hey, I want to work on this issue. Can you assign this to me?

saksham-gt avatar Sep 05 '22 10:09 saksham-gt

Done @glitchpop-frenzy

rohitg00 avatar Sep 05 '22 11:09 rohitg00

Hey @rohitg00, can you share the steps how to build the project in README or maybe here?

saksham-gt avatar Sep 13 '22 05:09 saksham-gt

@glitchpop-frenzy kindly check the package.json for the scripts. Currently the project is only initialized and no features are added yet, although you can get an idea about build steps from the package.json. Do feel free to play around a bit.

YourAKShaw avatar Sep 13 '22 14:09 YourAKShaw

@Ak-Shaw are we suppose to create our own action or using this https://github.com/marketplace/actions/jest-coverage-report will be fine

AvineshTripathi avatar Sep 29 '22 17:09 AvineshTripathi

Initially, the mentioned tool should do. We might consider adding our own actions soon. No features are currently on main so it doesn't make sense to create our own action ATM.

YourAKShaw avatar Oct 03 '22 21:10 YourAKShaw