CSCI-GA-2820-FA24-003 / products

NYU DevOps Products Service Fall 2024
Apache License 2.0
0 stars 1 forks source link

Set Up Continuous Integration with GitHub Actions #46

Closed niveditashankaranarayanan closed 3 days ago

niveditashankaranarayanan commented 1 month ago

As a Developer I need continuous integration to automatically test the code on every pull request.
So that I can ensure code quality and prevent broken builds from being merged.

Details and Assumptions

Given a pull request is submitted
When GitHub Actions run
Then the unit tests, linting, and code coverage checks should pass.