uprm-inso4116-2024-2025-s1 / semester-project-SafeRUM

semester-project-safeRUM created by GitHub Classroom
9 stars 1 forks source link

Use GitHub Actions to Help Review Pull Requests Using Unit Tests #286

Open Jjulianirizarry24 opened 1 month ago

Jjulianirizarry24 commented 1 month ago

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.

Jjulianirizarry24 commented 1 month ago

This is gonna be moved to milestone #3