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

the ability to automatically run unit tests after creating a pull request. #764

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

AsterZephyr
Copy link

@AsterZephyr AsterZephyr commented Jan 14, 2025

What this PR does:

  1. Add unit test workflow to automatically run tests on PR
  2. Separate unit tests from integration tests
  3. Add coverage report upload to codecov

Which issue(s) this PR fixes:

Fixes #762

Special notes for your reviewer:

  1. Added new workflow file .github/workflows/unit-test.yml
  2. Kept integration tests in original workflow
  3. Added timeout settings and better error reporting

@github-actions github-actions bot added the ci/cd label Jan 14, 2025
@luky116
Copy link
Contributor

luky116 commented Jan 18, 2025

看下 CI 问题

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.
3 participants