-
Notifications
You must be signed in to change notification settings - Fork 86
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
test: generate e2e coverage profile #669
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #669 +/- ##
===========================================
+ Coverage 33.33% 60.34% +27.01%
===========================================
Files 32 42 +10
Lines 2019 2315 +296
===========================================
+ Hits 673 1397 +724
+ Misses 1324 811 -513
- Partials 22 107 +85 see 24 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
ba9c86e
to
0cbd1e8
Compare
Signed-off-by: Billy Zha <jinzha1@microsoft.com> try remove shell indication
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.
LGTM
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.
LGTM
Pinging @priteshbandi for review |
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.
LGTM
This PR uses the new Golang feature to generate coverage report for e2e tests.
For release tagging, the e2e test will be ran based on non-instrumented binary.
To run E2E with test coverage.txt generated locally, try
Resolves #667