Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: only 1 coach is allowed per 1-player-tournament team #157

Merged
merged 3 commits into from
Oct 17, 2023

test: they now all have a timeout of 30s

e8adb58
Select commit
Loading
Failed to load commit list.
Merged

feat: only 1 coach is allowed per 1-player-tournament team #157

test: they now all have a timeout of 30s
e8adb58
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2023 in 0s

96.36% (target 95.00%)

View this Pull Request on Codecov

96.36% (target 95.00%)

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (225aacf) 96.40% compared to head (e8adb58) 96.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #157      +/-   ##
==========================================
- Coverage   96.40%   96.36%   -0.04%     
==========================================
  Files         110      110              
  Lines        2336     2338       +2     
  Branches      332      333       +1     
==========================================
+ Hits         2252     2253       +1     
- Misses         46       47       +1     
  Partials       38       38              
Files Coverage Δ
.../controllers/admin/tournaments/updateTournament.ts 95.83% <100.00%> (+1.38%) ⬆️
src/controllers/teams/acceptRequest.ts 100.00% <100.00%> (ø)
src/controllers/teams/createTeamRequest.ts 100.00% <ø> (ø)
src/operations/team.ts 98.85% <100.00%> (-0.07%) ⬇️
src/operations/tournament.ts 100.00% <ø> (ø)
src/types.ts 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.