Skip to content
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

Remove tools/ci_build/github/android/run_nnapi_code_coverage.sh #21371

Merged
merged 26 commits into from
Jul 29, 2024
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a75a3bf
check gcov
jchen351 Jul 16, 2024
9574da9
check gcov
jchen351 Jul 16, 2024
6093199
check gcov
jchen351 Jul 16, 2024
d56bfbc
check python for coverage
jchen351 Jul 16, 2024
a05dde0
check python for coverage
jchen351 Jul 16, 2024
2cd5fc8
adding verbose and debug the location of testcase_driver.cc.gcda
jchen351 Jul 17, 2024
e4a1036
adding verbose and debug the location of testcase_driver.cc.gcda
jchen351 Jul 17, 2024
496175a
- script: |
jchen351 Jul 17, 2024
586a004
- script: |
jchen351 Jul 17, 2024
0dedf8f
Installing gcovr from apt-get
jchen351 Jul 17, 2024
5c77a1a
if command -v gcovr >/dev/null 2>&1; then
jchen351 Jul 17, 2024
42c20a1
find coverage_rpt.txt
jchen351 Jul 17, 2024
6620a07
run_subprocess(f"ls -R {cwdCmakefiles}".split(" "),cwd=cwd)
jchen351 Jul 17, 2024
32b440c
/mnt/vss/_work/5/s/build_nnapi/Debug/coverage_rpt.txt
jchen351 Jul 19, 2024
35b175e
linintrunner
jchen351 Jul 19, 2024
cf262ce
python3 -m pip install gcovr
jchen351 Jul 19, 2024
c87c093
--gcov-ignore-errors=no_working_dir_found
jchen351 Jul 19, 2024
78ee913
tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-…
jchen351 Jul 22, 2024
0312793
Bring back the gcovr
jchen351 Jul 22, 2024
cbe95b1
Bring back the gcovr
jchen351 Jul 22, 2024
ca4090e
condition: not(always())
jchen351 Jul 22, 2024
1a2923a
changing gcovr to gcov
jchen351 Jul 25, 2024
c5fb27e
# cmd.append("--gcov-ignore-errors=no_working_dir_found")
jchen351 Jul 26, 2024
a842849
Merge branch 'refs/heads/main' into Cjian/ad2
jchen351 Jul 26, 2024
355a67f
tools/ci_build/coverage.py
jchen351 Jul 26, 2024
bd36e06
tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-…
jchen351 Jul 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 0 additions & 36 deletions tools/ci_build/github/android/run_nnapi_code_coverage.sh

This file was deleted.

Loading