Skip to content

Commit be10210

Browse files
wip
1 parent 2529d06 commit be10210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ commands:
6464
--timings-type=name \
6565
--command="
6666
xargs \
67-
coverage run -m pytest \
67+
coverage run --append --source synapse -m pytest \
6868
-n 8 --dist worksteal \
6969
--reruns 1 \
7070
-v -rs \
@@ -563,7 +563,7 @@ jobs:
563563
CODECOV_FLAG: linux
564564
SYN_REGRESSION_REPO: ~/git/synapse-regression
565565
COVERAGE_FILE: test-reports/<< pipeline.git.revision >>/.coverage
566-
COVERAGE_ARGS: --cov synapse --cov-append
566+
COVERAGE_ARGS: --cov
567567
COVERAGE_CORE: sysmon
568568

569569
working_directory: ~/repo

0 commit comments

Comments
 (0)