We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2529d06 commit be10210Copy full SHA for be10210
.circleci/config.yml
@@ -64,7 +64,7 @@ commands:
64
--timings-type=name \
65
--command="
66
xargs \
67
- coverage run -m pytest \
+ coverage run --append --source synapse -m pytest \
68
-n 8 --dist worksteal \
69
--reruns 1 \
70
-v -rs \
@@ -563,7 +563,7 @@ jobs:
563
CODECOV_FLAG: linux
564
SYN_REGRESSION_REPO: ~/git/synapse-regression
565
COVERAGE_FILE: test-reports/<< pipeline.git.revision >>/.coverage
566
- COVERAGE_ARGS: --cov synapse --cov-append
+ COVERAGE_ARGS: --cov
567
COVERAGE_CORE: sysmon
568
569
working_directory: ~/repo
0 commit comments