Integrating with GitHub Actions
Learn how to leverage testing coverage thresholds inside GitHub Actions.
We'll cover the following
GitHub Actions is a tool offered by GitHub that automates software workflows for us. Using YAML files, we can create rules around merging pull requests to the main branch, run workflows after a merge is complete, and even deploy our applications. For instance, we may want to ensure that our code can still successfully build with the new code in a pull request. We can enforce this with GitHub Actions, blocking the merge of a pull request by building our system, and blocking the merge if it fails.
Get hands-on with 1400+ tech skills courses.