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: add partners and tournament position #153

Merged
merged 10 commits into from
Oct 14, 2023

Conversation

DevNono
Copy link
Contributor

@DevNono DevNono commented Oct 14, 2023

PR name

Changes

Breaking changes

What's left to do (DELTE THIS PART FOR NON-DRAFT PRs)

  • Verify build
  • Lint
  • Remove console.log / commented code

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (b647a58) 96.34% compared to head (3fbfaa8) 96.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #153      +/-   ##
==========================================
+ Coverage   96.34%   96.40%   +0.06%     
==========================================
  Files         108      110       +2     
  Lines        2299     2338      +39     
  Branches      332      332              
==========================================
+ Hits         2215     2254      +39     
  Misses         46       46              
  Partials       38       38              
Files Coverage Δ
src/controllers/admin/partners/addPartner.ts 100.00% <100.00%> (ø)
src/controllers/admin/partners/getPartners.ts 100.00% <100.00%> (ø)
src/controllers/admin/partners/removePartner.ts 100.00% <ø> (ø)
src/controllers/admin/partners/updatePartner.ts 100.00% <ø> (ø)
...ntrollers/admin/partners/updatePartnersPosition.ts 100.00% <100.00%> (ø)
.../controllers/admin/tournaments/updateTournament.ts 94.44% <ø> (ø)
...ers/admin/tournaments/updateTournamentsPosition.ts 100.00% <100.00%> (ø)
src/controllers/partners/getPartners.ts 100.00% <100.00%> (ø)
src/operations/partner.ts 100.00% <100.00%> (ø)
src/operations/tournament.ts 100.00% <100.00%> (ø)
... and 1 more

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

src/controllers/admin/partners/updatePartnersPosition.ts Outdated Show resolved Hide resolved
src/operations/partner.ts Outdated Show resolved Hide resolved
src/operations/partner.ts Outdated Show resolved Hide resolved
src/operations/tournament.ts Outdated Show resolved Hide resolved
tests/admin/partners/deletePartner.test.ts Show resolved Hide resolved
tests/admin/partners/updatePartner.test.ts Show resolved Hide resolved
tests/admin/tournaments/updateTournament.test.ts Outdated Show resolved Hide resolved
src/controllers/admin/partners/addPartner.ts Outdated Show resolved Hide resolved
src/controllers/admin/partners/getPartners.ts Outdated Show resolved Hide resolved
src/controllers/admin/partners/removePartner.ts Outdated Show resolved Hide resolved
src/controllers/admin/partners/updatePartner.ts Outdated Show resolved Hide resolved
src/operations/tournament.ts Outdated Show resolved Hide resolved
tests/admin/tournaments/updateTournament.test.ts Outdated Show resolved Hide resolved
@DevNono DevNono merged commit 241079d into dev Oct 14, 2023
6 checks passed
@DevNono DevNono deleted the feat/add-tournament-and-partner-position branch October 14, 2023 21:20
DevNono added a commit that referenced this pull request Sep 10, 2024
* feat: add partners and tournament position

* fix: tests ?

* feat: add docs and fix tests

* fix: add Partner code

* fix: test and api

* fix: review

* fix: typo

* fix: fixes

* fix: fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants