Skip to content

Commit

Permalink
Add further detail to automated testing section of report
Browse files Browse the repository at this point in the history
  • Loading branch information
mcttn22 committed Feb 3, 2024
1 parent 8372229 commit 7eb34ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified project-report/project-report.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions project-report/src/latex/testing.tex
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ \subsubsection{Unit Tests}

\subsubsection{GitHub Automated Testing}

With the following configuration programmed, the unit tests are run automatically on GitHub servers after each commit that is pushed to GitHub and the status of the tests
(either passing or failing) can be viewed on the repository's page. This automatic testing allows for a faster workflow and allows me to identify which changes (commits)
cause issues within the code, allowing for easier maintenance of the project.
With the following configuration programmed in the .github/workflows/tests.yml file, the unit tests are run automatically on GitHub servers after each commit that is pushed to GitHub,
and the status of the tests (either passing or failing) can be viewed on the repository's page. This automatic testing allows for a faster workflow and allows me to identify which changes
(commits) cause issues within the code, allowing for easier maintenance of the project.

\inputminted{yaml}{./.github/workflows/tests.yml}

Expand Down

0 comments on commit 7eb34ff

Please sign in to comment.