You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2022/02/17 06:45:58 UTC

[GitHub] [incubator-teaclave] mssun opened a new pull request #627: Fix generate testing code coverage

mssun opened a new pull request #627:
URL: https://github.com/apache/incubator-teaclave/pull/627


   ## Description
   
   Fix inaccuracy of the coverage report. There three main reasons:
   - use llvm-cov-11 instead of the default llvm (which may be llvm 10)
   - increase heap and stack for the enclave of the integration test
   - exclude some unnecessary when capture the coverage info
   
   The new coverage result has been uploaded to coveralls: https://coveralls.io/builds/46626151
   
   ## Type of change (select or add applied and delete the others)
   
   - [x] Bug fix (non-breaking change which fixes an issue)
   
   ## How has this been tested?
   https://ci.mesalock-linux.org/mssun/incubator-teaclave/151
   
   ## Checklist
   
   - [x] Fork the repo and create your branch from `master`.
   - [x] If you've added code that should be tested, add tests.
   - [x] If you've changed APIs, update the documentation.
   - [x] Ensure the tests pass (see CI results).
   - [x] Make sure your code lints/format.
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun merged pull request #627: Fix generate testing code coverage

Posted by GitBox <gi...@apache.org>.
mssun merged pull request #627:
URL: https://github.com/apache/incubator-teaclave/pull/627


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org