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

feat: add automatic unit tests for pull requests #762 #1

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

AsterZephyr
Copy link
Owner

What this PR does:
Add the ability to automatically run unit tests after creating a pull request. This includes:

  • Add unit test steps in integrate-test.yml
  • Remove duplicate test steps from build.yml
  • Configure test coverage reporting with Codecov

Which issue(s) this PR fixes:

Fixes apache#762

Special notes for your reviewer:

  • Unit tests will now run automatically when a PR is created or updated
  • Test coverage reports will be generated and uploaded to Codecov
  • Integration tests remain unchanged and will run after unit tests

Does this PR introduce a user-facing change?:

@github-actions github-actions bot added the ci/cd label Jan 12, 2025
@AsterZephyr AsterZephyr merged commit 6358b33 into master Jan 13, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat:the ability to automatically run unit tests after creating a pull request.
1 participant