-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Conversation
Codecov Report
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 |
.github/codecov.yml
Outdated
- "benchmark/" | ||
- "internal/testutils" | ||
- "*testutils*" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
.github/codecov.yml
Outdated
- "internal/testutils" | ||
- ".*.pb.go" | ||
- "benchmark/**/*" | ||
- "stress/**/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
.github/codecov.yml
Outdated
# All 'pb.go's | ||
- "**/*.pb.go" | ||
# Tests and test related files. | ||
- "test/**/*" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
.github/codecov.yml
Outdated
- "balancer/rls/internal/test/e2e/**/*" | ||
- "testdata" | ||
# Other submodules. | ||
- "security/**/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"security"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
A few improvements to codecov settings
diff
andfiles
to PR comment: https://docs.codecov.com/docs/pull-request-comments#layoutRELEASE NOTES: n/a