Skip to content

Conversation

@Xing-lil
Copy link
Contributor

Before submitting

  • Lint code. If there are lint issues, please format the code first.
# Install and register `pre-commit` in the project folder pip install pre-commit && pre-commit install # Process previous code files separately pre-commit run --file XXXX.py
  • Add test cases into tests folder. If there are codecov issues, please add tests cases first.

PR types

PR changes

Description

@paddle-bot
Copy link

paddle-bot bot commented Oct 23, 2025

Thanks for your contribution!

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 0% with 95 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (develop@2e74425). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...ddleformers/transformers/llama/auto_dist_config.py 0.00% 85 Missing ⚠️
...addleformers/transformers/qwen/auto_dist_config.py 0.00% 6 Missing ⚠️
...ddleformers/transformers/llama/modeling_network.py 0.00% 2 Missing ⚠️
...addleformers/transformers/qwen/modeling_network.py 0.00% 2 Missing ⚠️

❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@ Coverage Diff @@ ## develop #2789 +/- ## ========================================== Coverage ? 29.00% ========================================== Files ? 337 Lines ? 56173 Branches ? 0 ========================================== Hits ? 16295 Misses ? 39878 Partials ? 0 

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants