CSCI-GA-2820-FA24-001 / orders

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

Code Quality Pipeline Tasks #119

Open Kirei-Nan opened 3 days ago

Kirei-Nan commented 3 days ago

As a DevOps engineer I need to implement code quality check tasks So that we maintain code quality standards in our pipeline

Details and Assumptions

Acceptance Criteria

Given the Tekton pipeline When the pipeline runs Then it should execute linting checks And it should run all unit tests And it should fail if quality checks fail And it should report results clearly