Skip to content

Commit

Permalink
remove unneeded HTML report generation steps from build (#545)
Browse files Browse the repository at this point in the history
remove html generation step
  • Loading branch information
nancywu1 authored Nov 14, 2024
1 parent dd14225 commit fb57765
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,7 @@ jobs:
when: always
command: |
mkdir -p _ios_coverage/lcov
mkdir -p _ios_coverage/html
cp -r $(bazel info output_path)/_coverage/_coverage_report.dat _ios_coverage/lcov/
genhtml --branch-coverage --output-directory=_ios_coverage/html/ "$(bazel info output_path)/_coverage/_coverage_report.dat"
zip -r _ios_coverage/html.zip _ios_coverage/html/
rm -r _ios_coverage/html/
- persist_to_workspace:
root: .
Expand Down

0 comments on commit fb57765

Please sign in to comment.