ktmud opened a new pull request #10142:
URL: https://github.com/apache/incubator-superset/pull/10142


   # SUMMARY
   
   Currently Python unit tests via `nosetests` always output test coverage, but 
there's no way to disable it. The very long coverage report is quite annoying 
and makes it more difficult to scan test errors, especially when you just want 
to run a single test.
   
   <img 
src="https://user-images.githubusercontent.com/335541/85433684-a2f5c300-b539-11ea-880d-46210ee4dbb2.png";
 width="400" />
   
   This PR disables test coverage by default, but reenables it for CI jobs that 
run the full test suite.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   See SUMMARY
   
   ### TEST PLAN
   
   Make sure test coverage still reported for GitHub PRs.
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Changes UI
   - [ ] Requires DB Migration.
   - [ ] Confirm DB Migration upgrade and downgrade tested.
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to