CSC/ECE 517 Fall 2024 - E2457. GitHub metrics

From Expertiza_Wiki
Revision as of 17:43, 12 November 2024 by Kdai2 (talk | contribs) (Replaced content with " ==Testing== To ensure the functionality and reliability of the updates, automated testing was implemented using GitHub Actions. All tests were executed with the command <code>bundle exec rspec spec/</code>, which allowed the full suite of tests to be ran, giving confirmation that the changes met the expected standards without introducing regressions. Link to the changes [https://github.com/brwali/expertiza/pull/10/files#diff-a3168f396a7bdba2d2ce2566feb88845ccd1e5b...")
Jump to navigation Jump to search

Testing

To ensure the functionality and reliability of the updates, automated testing was implemented using GitHub Actions. All tests were executed with the command bundle exec rspec spec/, which allowed the full suite of tests to be ran, giving confirmation that the changes met the expected standards without introducing regressions.

Link to the changes here.


Team

Members

  • Brandon Walia
  • Kevin Dai
  • Manav Patel

Mentor

  • Dr. Ed Gehringer