Provide an automated solution to reviewing Pull requests
Task Description:
GitHub Actions is a tool to automate, customize, and execute your software development workflows directly in the GitHub repository. I plan to use this tool to create a workflow that runs a series of unit tests. If unit tests fail of the coverage doesn't meet the needed threshold, the Pull Request will be rejected.
Implementation:
Leverage Github Actions CI/CD to create this workflow
Subtasks:
Get acquainted with Github Actions
Create at least 1 unit test that will always pass to test the new workflow
Leave some basic documentation serving as a guide for any other people on the team seeking to write essential unit tests.
Deadline:
Complete the task by Thursday, October 24, 2024, at 11:00 PM (23:00), in alignment with the week of the Milestone 2 deadline.
Objective:
Provide an automated solution to reviewing Pull requests
Task Description:
GitHub Actions is a tool to automate, customize, and execute your software development workflows directly in the GitHub repository. I plan to use this tool to create a workflow that runs a series of unit tests. If unit tests fail of the coverage doesn't meet the needed threshold, the Pull Request will be rejected.
Implementation:
Leverage Github Actions CI/CD to create this workflow
Subtasks:
Deadline:
Complete the task by Thursday, October 24, 2024, at 11:00 PM (23:00), in alignment with the week of the Milestone 2 deadline.