-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Cleaning the htmlcov directory #4332
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
Conversation
|
Can one of the admins verify this patch? |
1 similar comment
|
Can one of the admins verify this patch? |
Codecov Report
@@ Coverage Diff @@
## master #4332 +/- ##
=======================================
Coverage 53.53% 53.53%
=======================================
Files 10452 10452
Lines 218687 218687
=======================================
Hits 117066 117066
Misses 101621 101621Continue to review full report at Codecov.
|
bsiegel
left a comment
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.
One small suggestion
5db72eb to
00971b4
Compare
…operly in the DevOps tab
db19f3d to
2ef3df7
Compare
bsiegel
left a comment
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.
👍✨Ship It✨![]()
Note: Please pull latest master and rebase this branch onto it before merging this pull request.
$ git checkout master
$ git pull origin master
$ git checkout -
$ git rebase master
$ git push -f
The
code coveragetab in DevOps when allazure-*packages are built NEVER displays. It just spins forever.The reason for this is that
coverage htmlgenerates an html page for every single test. This means that the the build artifacts for the cobertura report contains about 6k html files that prevent the UI from ever loading (huge download).