Skip to content
Merged
Changes from all commits
Commits
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
13 changes: 13 additions & 0 deletions .kokoro/presubmit/coverage.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Run unit tests to generate coverage data, then run the coverage aggregation and threshold check
env_vars: {
key: "NOX_SESSION"
value: "unit-3.13 cover"
}

# Run unit tests in parallel, splitting up by file, and track coverage metrics
env_vars: {
key: "PYTEST_ADDOPTS"
value: "-n=auto --dist=loadscope --cov=google --cov-append --cov-config=.coveragerc --cov-report= --cov-fail-under=0 --tb=no"
}
Loading