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

Conversation

jchen351
Copy link
Contributor

@jchen351 jchen351 commented Jul 16, 2024

Description

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

Motivation and Context

This file is no longer needed

          if command -v gcov >/dev/null 2>&1; then
              echo "gcov is installed."
          else
              echo "gcov is not installed." && apt-get update && apt-get install -y gcovr
          fi
        displayName: Check if gcov is installed
          if command -v gcov >/dev/null 2>&1; then
              echo "gcov is installed."
          else
              echo "gcov is not installed." && apt-get update && apt-get install -y gcovr
          fi
        displayName: Check if gcov is installed
              echo "gcovr is installed."
          else
              echo "gcovr is not installed.  Installing gcovr from pip" && python3 -m pip install gcovr
          fi
tools/ci_build/coverage.py Fixed Show fixed Hide fixed
@jchen351 jchen351 changed the title check gcov Fix code coverage fail after merging Android CI with main Jul 19, 2024
@jchen351 jchen351 changed the title Fix code coverage fail after merging Android CI with main Remove tools/ci_build/github/android/run_nnapi_code_coverage.sh Jul 27, 2024
@jchen351 jchen351 marked this pull request as ready for review July 27, 2024 16:29
@snnn snnn merged commit 79537d0 into main Jul 29, 2024
98 checks passed
@snnn snnn deleted the Cjian/ad2 branch July 29, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants