onnxruntime
Android coverage dashboard
#6163
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
36
Changes
View On
GitHub
Commits
Write the report to a file.
satyajandhyala
committed
5 years ago
Post code coverage to the Dashboard database.
satyajandhyala
committed
5 years ago
Added command-line arguments, report_summary and build_config.
satyajandhyala
committed
5 years ago
Use pip to install mysql-connector-python
satyajandhyala
committed
5 years ago
Process coverage summary in the python script instead of the YAML file.
satyajandhyala
committed
5 years ago
Move grep functionality to the python script.
satyajandhyala
committed
5 years ago
Added back remove step
satyajandhyala
committed
5 years ago
Fixed the path to the report file.
satyajandhyala
committed
5 years ago
Fixed help text about the command line options for the python script.
satyajandhyala
committed
5 years ago
Fix issue with passing comman line arguments to the pyhthon script.
satyajandhyala
committed
5 years ago
Add task to publish the coverage report.
satyajandhyala
committed
5 years ago
Fix line too long error.
satyajandhyala
committed
5 years ago
Fix indentation.
satyajandhyala
committed
5 years ago
Fix targetPath
satyajandhyala
committed
5 years ago
Fixed the SQL query
satyajandhyala
committed
5 years ago
Split the Post Code Coverage task out into a seperate job.
satyajandhyala
committed
5 years ago
Fixed target path.
satyajandhyala
committed
5 years ago
Moved mysql_connector installation step to Updata_Dashboard job.
satyajandhyala
committed
5 years ago
Install pip before trying to use it to install mysql-connector-python
satyajandhyala
committed
5 years ago
Added UsePythonVersion@0 task.
satyajandhyala
committed
5 years ago
Added type coversion to int
satyajandhyala
committed
5 years ago
Don't use sudo to install python libraries.
satyajandhyala
committed
5 years ago
Only specify the directory in the target path.
satyajandhyala
committed
5 years ago
Update android-x86_64-crosscompile-ci-pipeline.yml for Azure Pipelines
satyajandhyala
committed
5 years ago
Revert "Update android-x86_64-crosscompile-ci-pipeline.yml for Azure Pipelines"
satyajandhyala
committed
5 years ago
Fix PEP error.
satyajandhyala
committed
5 years ago
Use triple-quotes for multi-line string literals.
satyajandhyala
committed
5 years ago
Moved set variables setp to Updata_Uashboard Job.
satyajandhyala
committed
5 years ago
Removed unnecessary option to connector.connect, changed build_config to config, documentation changes.
satyajandhyala
committed
5 years ago
Removed unnecessary newlines.
satyajandhyala
committed
5 years ago
Read the report file in the reverse order because the TOTAL is at the end of the file.
satyajandhyala
committed
5 years ago
Construct command as a list instead of using string split
satyajandhyala
committed
5 years ago
Raise exception as a ValueError.
satyajandhyala
committed
5 years ago
Use a hosted agent instead of machine in the pool, remove template and
satyajandhyala
committed
5 years ago
Merge branch 'android_coverage_dashboard_wip' into android_coverage_dashboard
satyajandhyala
committed
5 years ago
Missing spaces around '='
satyajandhyala
committed
5 years ago
Loading