-
Notifications
You must be signed in to change notification settings - Fork 214
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
action: add unit test coverage check workflow #1228
Conversation
@adamqqqplay , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/68766 |
Codecov Report
@@ Coverage Diff @@
## master #1228 +/- ##
=========================================
Coverage ? 41.10%
=========================================
Files ? 126
Lines ? 37332
Branches ? 37332
=========================================
Hits ? 15347
Misses ? 21254
Partials ? 731 |
@adamqqqplay , The CI test is completed, please check result:
Congratulations, your test job passed! |
1. Introduce `make coverage` to print coverage in console. 2. Github CI use `make coverage-codecov` to get coverage info. Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com>
953943a
to
a49f440
Compare
@adamqqqplay , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/68807 |
@adamqqqplay , The CI test is completed, please check result:
Congratulations, your test job passed! |
make coverage
to print coverage in console.make coverage-codecov
to get coverage info.