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: update to clang 10 and install lcov #1014

Merged
merged 20 commits into from
Sep 24, 2020
Merged

ci: update to clang 10 and install lcov #1014

merged 20 commits into from
Sep 24, 2020

Conversation

junr03
Copy link
Member

@junr03 junr03 commented Aug 10, 2020

Description: update clang, install lcov, and bring back coverage for CI.
Risk Level: low
Testing: CI

Fixes #1009 #1012

Signed-off-by: Jose Nino [email protected]

Jose Nino added 3 commits August 10, 2020 11:39
Signed-off-by: Jose Nino <[email protected]>
This was referenced Aug 10, 2020
@junr03
Copy link
Member Author

junr03 commented Aug 10, 2020

blocked by #1008 @goaway

@stale
Copy link

stale bot commented Aug 18, 2020

This pull request has been automatically marked as stale because it has not had activity in the last 7 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@stale stale bot added the stale label Aug 18, 2020
@stale
Copy link

stale bot commented Aug 25, 2020

This pull request has been automatically closed because it has not had activity in the last 14 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@stale stale bot closed this Aug 25, 2020
@junr03 junr03 reopened this Sep 14, 2020
@stale stale bot removed the stale label Sep 14, 2020
@@ -2,7 +2,7 @@

# Checks the absolute size and the relative size increase of a file.

MAX_SIZE=5900000 # 5.9MB
MAX_SIZE=6000000 # 6MB
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this increasing in this PR?

Copy link
Member Author

Choose a reason for hiding this comment

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

I am guessing compilation differences between clang 8 and clang 10? Not entirely sure. We need to run the size analysis again.

Jose Nino added 6 commits September 22, 2020 11:09
Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: Jose Nino <[email protected]>
@junr03
Copy link
Member Author

junr03 commented Sep 23, 2020

@rebello95 @buildbreaker @goaway this is done, can I get another review?

rebello95
rebello95 previously approved these changes Sep 24, 2020
Comment on lines 9 to 10
# - 'library/common/**'
# - 'test/**'
Copy link
Contributor

Choose a reason for hiding this comment

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

Do these still need to be here?

Signed-off-by: Jose Nino <[email protected]>
@junr03
Copy link
Member Author

junr03 commented Sep 24, 2020

@rebello95 updated!

@junr03 junr03 merged commit 50d91e0 into main Sep 24, 2020
@junr03 junr03 deleted the bring-back-coverage branch September 24, 2020 18:00
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.

coverage: is not reporting failure
2 participants