Skip to content

Commit d3ea256

Browse files
committed
add e2e cases
1 parent 67298cf commit d3ea256

File tree

5 files changed

+2261
-0
lines changed

5 files changed

+2261
-0
lines changed

.github/workflows/_unit_test_coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
fi
160160
export COVERAGE_FILE=/workspace/FastDeploy/coveragedata/.coverage
161161
export COVERAGE_RCFILE=/workspace/FastDeploy/scripts/.coveragerc
162+
export COVERAGE_PROCESS_START=/workspace/FastDeploy/scripts/.coveragerc
162163
TEST_EXIT_CODE=0
163164
bash scripts/coverage_run.sh || TEST_EXIT_CODE=8
164165
git diff origin/${BASE_REF}..HEAD --unified=0 > diff.txt

scripts/.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[run]
22
source = fastdeploy
33
parallel = True
4+
concurrency = multiprocessing
45

56
[paths]
67
source =

0 commit comments

Comments
 (0)