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 clippy for all directories. #47

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

xiaofei0800
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3b51ea6) 79.86% compared to head (f337d50) 89.02%.
Report is 22 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #47      +/-   ##
===========================================
+ Coverage    79.86%   89.02%   +9.15%     
===========================================
  Files           48       47       -1     
  Lines         8965    31018   +22053     
===========================================
+ Hits          7160    27614   +20454     
- Misses        1805     3404    +1599     

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

@@ -29,7 +32,9 @@ jobs:
run: cargo build --all --verbose

- name: Code lint check
run: cargo clippy
run: |
Copy link
Collaborator

@iyangsj iyangsj Nov 23, 2023

Choose a reason for hiding this comment

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

line35~line 37

run: cargo clippy --all -- -D warnings

@xiaofei0800 xiaofei0800 changed the title Add clippy for apps directory. Add clippy for all directories. Nov 23, 2023
@iyangsj iyangsj merged commit 3b01e5f into Tencent:develop Nov 23, 2023
3 checks passed
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.

3 participants