File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 --cov=kratt \
5454 --cov-report=term-missing \
5555 --cov-report=xml \
56+ -p no:qt \
5657 --tb=short
5758
5859 - name : Generate coverage report
Original file line number Diff line number Diff line change @@ -42,16 +42,10 @@ where = ["."]
4242
4343[tool .pytest .ini_options ]
4444testpaths = [" tests" ]
45- addopts = " --cov=kratt --cov-report=term-missing --cov-report=html --strict-markers -ra"
46- markers = [
47- " slow: marks tests as slow (deselect with '-m \" not slow\" ')" ,
48- " integration: marks tests as integration tests" ,
49- ]
45+ addopts = " --cov=kratt --cov-report=term-missing --cov-report=html -p no:qt"
5046python_files = [" test_*.py" ]
5147python_classes = [" Test*" ]
5248python_functions = [" test_*" ]
53- # Disable Qt plugin to avoid display issues in CI
54- qt_api = " pyqt5"
5549
5650[tool .coverage .run ]
5751omit = [
You can’t perform that action at this time.
0 commit comments