Don't try to upload code coverage from CI

This commit is contained in:
Luca Guidi 2021-06-14 15:00:59 +02:00
parent 0d75456d5a
commit 236855a5c4
No known key found for this signature in database
GPG Key ID: 703E823531C84B7D
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ main() {
run_code_quality_checks
run_unit_tests
run_isolation_tests
upload_code_coverage
# upload_code_coverage
}
main