Skip to content

Fix tournaments

Fix tournaments #1516

Triggered via push October 15, 2025 23:12
Status Failure
Total duration 2m 40s
Artifacts

master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build
Process completed with exit code 2.
build
test update/0 calculates points correctly for challenger grade tournaments (Codebattle.User.PointsAndRankUpdateTest)
build
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention