Skip to content

Commit

Permalink
chore: add coverate to Aspect Workflows configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Sep 13, 2023
1 parent 2fde858 commit 771f628
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
---
tasks:
buildifier:
build:
test:
upload_test_logs: executed
coverage:
codecov_upload: true
bazel:
bazel_debug_assistance: true
flags:
# Allows tests to run bazelisk-in-bazel, since this is the cache folder used
- --test_env=XDG_CACHE_HOME
# Workaround for Bazel requiring local JDK with coverage enabled: https://github.com/bazelbuild/bazel/issues/10825
- --java_runtime_version=remotejdk_11
- --nocache_test_results

0 comments on commit 771f628

Please sign in to comment.