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

ci: introduce Facebook Infer job #245

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

ci: introduce Facebook Infer job #245

wants to merge 29 commits into from

Conversation

mojomex
Copy link
Collaborator

@mojomex mojomex commented Dec 3, 2024

PR Type

  • Improvement

Description

⚠️ This is a CI testing PR, please DO NOT REVIEW.

Review Procedure

Remarks

Pre-Review Checklist for the PR Author

PR Author should check the checkboxes below when creating the PR.

  • Assign PR to reviewer

Checklist for the PR Reviewer

Reviewers should check the checkboxes below before approval.

  • Commits are properly organized and messages are according to the guideline
  • (Optional) Unit tests have been written for new behavior
  • PR title describes the changes

Post-Review Checklist for the PR Author

PR Author should check the checkboxes below before merging.

  • All open points are addressed and tracked via issues or tickets

CI Checks

  • Build and test for PR: Required to pass before the merge.

Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.47%. Comparing base (ad0e988) to head (be62e2b).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
- Coverage   29.29%   26.47%   -2.82%     
==========================================
  Files         112      112              
  Lines        9715     9525     -190     
  Branches     3237     2124    -1113     
==========================================
- Hits         2846     2522     -324     
- Misses       6351     6578     +227     
+ Partials      518      425      -93     
Flag Coverage Δ
differential 26.47% <100.00%> (?)
total ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

mojomex and others added 23 commits February 19, 2025 14:32
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Implement comprehensive Infer static analysis workflow:
- Add caching for main branch Infer results
- Perform comparative analysis between feature and main branch
- Improve artifact upload to capture both feature and differential reports

Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
Copy link

github-actions bot commented Feb 19, 2025

FB Infer Report

No new bugs introduced ✅

Additional details
Bug Type Pre-existing Fixed Introduced
Const Refable Parameter 39 0 0
Dead Store 15 0 0
Lock Consistency Violation 1 0 0
Optional Empty Access 2 0 0
Read-only Shared Parameter 15 0 0
Uninitialized Value 14 0 0
Unnecessary Copy 3 0 0
Unnecessary Copy Assignment 17 0 0
Unnecessary Copy Assignment from Const 1 0 0
Unnecessary Copy Intermediate 27 0 0
Use After Delete 1 0 0

Download the full Infer report.

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.

1 participant