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

[ISSUE #8643] Add an integration testing pipeline to current CI workflow #8644

Merged
merged 5 commits into from
Sep 5, 2024

Conversation

chi3316
Copy link
Contributor

@chi3316 chi3316 commented Sep 4, 2024

Which Issue(s) This PR Fixes

Fixes #8643

Brief Description

This PR adds a new integration testing pipeline to the current testing workflow. The pipeline will run in parallel with the unit test pipeline, ensuring that integration tests are executed without impacting the overall CI efficiency.

How Did You Test This Change?

The test workflows

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.19%. Comparing base (5d43e7d) to head (21e8325).

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #8644      +/-   ##
=============================================
- Coverage      47.24%   47.19%   -0.06%     
+ Complexity     11485    11462      -23     
=============================================
  Files           1277     1277              
  Lines          89430    89430              
  Branches       11502    11502              
=============================================
- Hits           42254    42207      -47     
- Misses         41970    42019      +49     
+ Partials        5206     5204       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@RongtongJin RongtongJin left a comment

Choose a reason for hiding this comment

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

Nice job

@RongtongJin RongtongJin merged commit 3368c06 into apache:develop Sep 5, 2024
11 checks passed
@chi3316 chi3316 deleted the it-pipeline branch September 6, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement] Add an integration testing pipeline to current CI workflow
3 participants