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

github: modify codecov.yml #6720

Merged
merged 5 commits into from
Nov 7, 2023
Merged

github: modify codecov.yml #6720

merged 5 commits into from
Nov 7, 2023

Conversation

arvindbr8
Copy link
Member

@arvindbr8 arvindbr8 commented Oct 11, 2023

A few improvements to codecov settings

RELEASE NOTES: n/a

@arvindbr8 arvindbr8 added the Type: Meta Github repo, process, etc label Oct 11, 2023
@arvindbr8 arvindbr8 added this to the 1.59 Release milestone Oct 11, 2023
@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #6720 (9d5f557) into master (cf9ae52) will increase coverage by 0.68%.
Report is 1 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6720      +/-   ##
==========================================
+ Coverage   82.70%   83.39%   +0.68%     
==========================================
  Files         293      285       -8     
  Lines       31161    30961     -200     
==========================================
+ Hits        25773    25821      +48     
+ Misses       4332     4070     -262     
- Partials     1056     1070      +14     

see 32 files with indirect coverage changes

- "benchmark/"
- "internal/testutils"
- "*testutils*"
Copy link
Contributor

Choose a reason for hiding this comment

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

This will be covered by *test* right?

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, I'm a little concerned about using wildcards here. How many entries do you have if you were to not use wildcards and instead listed them out explicitly?

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 actually agree with you. I'll make it explicit since its not that big of a list

@easwars easwars assigned arvindbr8 and unassigned easwars Oct 12, 2023
@arvindbr8 arvindbr8 modified the milestones: 1.59 Release, 1.60 Release Oct 17, 2023
- "internal/testutils"
- ".*.pb.go"
- "benchmark/**/*"
- "stress/**/*"
Copy link
Member

Choose a reason for hiding this comment

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

This was removed.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

# All 'pb.go's
- "**/*.pb.go"
# Tests and test related files.
- "test/**/*"
Copy link
Member

Choose a reason for hiding this comment

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

**/test instead of anything with test?

Similarly:

  • **/testutils
  • **/testdata

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

- "balancer/rls/internal/test/e2e/**/*"
- "testdata"
# Other submodules.
- "security/**/*"
Copy link
Member

Choose a reason for hiding this comment

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

"security"?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

@arvindbr8 arvindbr8 requested a review from dfawley November 7, 2023 21:00
@dfawley dfawley assigned arvindbr8 and unassigned dfawley Nov 7, 2023
@arvindbr8 arvindbr8 merged commit 338d8f1 into grpc:master Nov 7, 2023
1 check passed
@arvindbr8 arvindbr8 deleted the codecov branch November 7, 2023 21:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Meta Github repo, process, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants