File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 run : uv run radon cc src/ --min C
4646
4747 - name : Run tests
48- run : uv run pytest --cov=src/taskfile_help --cov-report=xml --cov-report=term-missing --dist=no
48+ run : uv run pytest --cov=src/taskfile_help --cov-report=xml --cov-report=term-missing
4949
5050 - name : Upload coverage reports to Codecov
5151 if : matrix.python-version == '3.11'
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ run_ci_step "Complexity Analysis" "uv run radon cc src/ --min C" || {
8080}
8181
8282# Run tests with same coverage settings as CI (sequential execution)
83- run_ci_step " Tests with Coverage" " uv run pytest --cov=src/taskfile_help --cov-report=xml --cov-report=term-missing --dist=no " || {
83+ run_ci_step " Tests with Coverage" " uv run pytest --cov=src/taskfile_help --cov-report=xml --cov-report=term-missing" || {
8484 echo -e " ${RED} 💡 Check test failures above${NC} "
8585 exit 1
8686}
You can’t perform that action at this time.
0 commit comments