Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a GitHub Action to automatically run unit tests for pull requests #23

Merged
merged 8 commits into from
Oct 25, 2020

Conversation

AndyLPK247
Copy link
Contributor

This will help reviewers know if tests are okay.

@AndyLPK247 AndyLPK247 added the hacktoberfest-accepted Accepted as a valid pull request for Hacktoberfest label Oct 23, 2020
@AndyLPK247 AndyLPK247 linked an issue Oct 23, 2020 that may be closed by this pull request
@AndyLPK247
Copy link
Contributor Author

It looks like the unit tests run successfully in this pull request! I added archiving for unit test report files. In the future, we can add things like better reports or code coverage. We could also consider running the Example project tests.

@AndyLPK247
Copy link
Contributor Author

Deliberately breaking a unit test proved that the unit test GitHub Action will fail when tests fail. Sweet!

Screen Shot 2020-10-23 at 6 11 28 PM

@AndyLPK247 AndyLPK247 merged commit bcf674a into main Oct 25, 2020
@AndyLPK247 AndyLPK247 deleted the feature/github-action-unit-tests branch October 25, 2020 03:36
@AndyLPK247 AndyLPK247 added this to the 0.2.3 milestone Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accepted as a valid pull request for Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run unit tests for each pull request
2 participants