Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #102 +/- ##
===========================================
- Coverage 82.70% 72.22% -10.49%
===========================================
Files 47 5 -42
Lines 1376 108 -1268
Branches 168 25 -143
===========================================
- Hits 1138 78 -1060
+ Misses 238 30 -208
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 50 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
| # - name: test | ||
| # uses: borales/actions-yarn@v3.0.0 | ||
| # with: | ||
| # cmd: backend::test |
There was a problem hiding this comment.
are tests really failing
| * Get all users | ||
| * @returns all users | ||
| */ | ||
| public async getAllUsers(): Promise<readonly UserListDto[]> { |
There was a problem hiding this comment.
getSemiAnyomouseUsers()
| /** | ||
| * Get all users | ||
| */ | ||
| public async getAllUsers(): Promise<UserListDto[]> { |
There was a problem hiding this comment.
getSemiAnyomouseUsers()
| /** | ||
| * Get user list only with names and ids | ||
| */ | ||
| @Get("/list") |
There was a problem hiding this comment.
getSemiAnyomouseUsers()
| /> | ||
| <div style={{ marginTop: "1rem" }}> | ||
| <MuiButton | ||
| href="whatsapp://send?text=I am visiting Hackaburg this year! Join me at https://hackaburg.de" |
There was a problem hiding this comment.
whatsapp invite raus
| to: string; | ||
| children: string; | ||
| children: any; | ||
| } |
There was a problem hiding this comment.
what is children?
There was a problem hiding this comment.
correct type or comment
| import { Page } from "./page"; | ||
| import { saveAs } from "file-saver"; | ||
| import { Divider } from "../base/divider"; | ||
| import { BsGenderFemale, BsGenderMale } from "react-icons/bs"; |
There was a problem hiding this comment.
show also non-binary gender in application form
| <TableCell onClick={handleExpandRow}>{email}</TableCell> | ||
| <TableCell onClick={handleExpandRow}>{name}</TableCell> | ||
| <TableCell onClick={handleExpandRow}>{teamNumber}</TableCell> | ||
| <TableCell onClick={handleExpandRow}> |
| RowComponent = AdmittedRow; | ||
| } | ||
|
|
||
| const cityIndex = questions.find((q) => q.title === "City")?.id!; |
There was a problem hiding this comment.
city / country / gender is mandatory in settings => add comment in subheadline
No description provided.