File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
syncKnowledgeBaseFunction Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 22testpaths = tests
33python_files = test_*.py
44python_functions = test_*
5- addopts = -v --tb =short --cov =app --cov-report =xml:coverage/coverage.xml --cov-report =term-missing
5+ addopts = -v --tb =short --cov =app --cov-report =xml:coverage/coverage.xml --cov-report =term-missing --cov-config =pytest.ini
6+
7+ [coverage:run]
8+ omit = */__init__.py
Original file line number Diff line number Diff line change 22testpaths = tests
33python_files = test_*.py
44python_functions = test_*
5- addopts = -v --tb =short --cov =app --cov-report =xml:coverage/coverage.xml --cov-report =term-missing
5+ addopts = -v --tb =short --cov =app --cov-report =xml:coverage/coverage.xml --cov-report =term-missing --cov-config =pytest.ini
6+
7+ [coverage:run]
8+ omit = */__init__.py
Original file line number Diff line number Diff line change 22testpaths = tests
33python_files = test_*.py
44python_functions = test_*
5- addopts = -v --tb =short --cov =app --cov-report =xml:coverage/coverage.xml --cov-report =term-missing
5+ addopts = -v --tb =short --cov =app --cov-report =xml:coverage/coverage.xml --cov-report =term-missing --cov-config =pytest.ini
6+
7+ [coverage:run]
8+ omit = */__init__.py
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ sonar.coverage.exclusions=\
1010 **/scripts/*, \
1111 **/jest.config.ts, \
1212 **/jest.debug.config.ts, \
13+ **/__init__.py, \
1314 eslint.config.mjs, \
1415 packages/cdk/**, \
1516 release.config.js
You can’t perform that action at this time.
0 commit comments