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

Add GitHub Action to Require Tests in Pull Requests #1342

Merged

Conversation

ghostwriter
Copy link
Contributor

This pull request addresses issue #1259 by adding the infection/tests-checker-action GitHub Action that ensures tests are included in pull requests.

Changes Introduced:

  • .github/workflows/require-tests.yml: Added a workflow named Require Tests on Code Change that uses the infection/tests-checker-action to verify the presence of test files in the tests directory with a specific pattern (*Test.php).

@coveralls
Copy link

Coverage Status

coverage: 97.062%. remained the same
when pulling ba78ca8 on ghostwriter:feature/add-require-tests-action
into c632b94 on MyIntervals:main.

Copy link
Contributor

@oliverklee oliverklee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thank you, @ghostwriter! 🙏

@oliverklee oliverklee merged commit b8c2ddb into MyIntervals:main Oct 3, 2024
24 checks passed
@ghostwriter ghostwriter deleted the feature/add-require-tests-action branch October 3, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants