devops-twitter-bot
devops-twitter-bot copied to clipboard
Add automated testing via GitHub actions
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.
Hey, I want to work on this issue. Can you assign this to me?
Done @glitchpop-frenzy
Hey @rohitg00, can you share the steps how to build the project in README or maybe here?
@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.
@Ak-Shaw are we suppose to create our own action or using this https://github.com/marketplace/actions/jest-coverage-report will be fine
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.