-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Move coverage to nightly and simplify reporting #15776
Conversation
Codecov Report
@@ Coverage Diff @@
## main #15776 +/- ##
======================================
- Coverage 47% 0% -48%
======================================
Files 11 7 -4
Lines 427 14 -413
Branches 60 1 -59
======================================
- Hits 201 0 -201
+ Misses 214 14 -200
+ Partials 12 0 -12 |
Not sure why codecov reports 0% when NYC shows 70%: |
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.
A couple of comments from other folks to address as well.
file: ${{env.special-working-directory}}/coverage/cobertura-coverage.xml | ||
|
||
upload: | ||
name: Upload VSIX to Azure Blob Storage |
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.
@karthiknadig Looks like we accidently removed this step. Development build is no longer updated.
No description provided.