File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 shell : bash
6161 run : pip list
6262
63- - name : Run tests and show the branch coverage on the command line (CPython)
64- if : " !startsWith(matrix.python-version, 'pypy')"
63+ - name : Run tests and show the branch coverage on the command line
6564 shell : bash
6665 run : |
6766 pth_file="$(python -c 'import sysconfig; print(sysconfig.get_path("purelib"))')/suby_coverage_process_startup.pth"
7271 coverage report -m --fail-under=100 --omit='*tests*'
7372 coverage xml --omit='*tests*'
7473
75- - name : Run tests and show the branch coverage on the command line (PyPy)
76- if : startsWith(matrix.python-version, 'pypy')
77- shell : bash
78- run : pytest --cov=suby --cov-branch --cov-report=term-missing --cov-report=xml:coverage.xml --cov-fail-under=100 -n auto --cache-clear --assert=plain
79-
8074 - name : Upload coverage to Coveralls
8175 if : runner.os == 'Linux' && matrix.python-version == '3.13'
8276 env :
You can’t perform that action at this time.
0 commit comments