Skip to content

Commit

Permalink
ci: Remove debugging flags from coverage generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Apr 8, 2024
1 parent 5f83991 commit 326da1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
sudo apt-get install -y \
expect
- name: bazel test
run: bazel coverage --explain=explain.out -s --test_env=VERBOSE_COVERAGE=1 --test_env=DISPLAY_LCOV_CMD=1 --test_output=all --combined_report=lcov --instrument_test_targets --nocache_test_results --instrumentation_filter="^//" //...
run: bazel coverage --test_output=all --combined_report=lcov --instrument_test_targets --nocache_test_results --instrumentation_filter="^//" //...
- name: copy test results into workspace
if: always()
run: |
Expand Down

0 comments on commit 326da1f

Please sign in to comment.