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

SIMSBIOHUB-606: Upload Capture Attachments #1388

Merged
merged 41 commits into from
Oct 7, 2024

fix: dropping only

a0927f6
Select commit
Loading
Failed to load commit list.
Merged

SIMSBIOHUB-606: Upload Capture Attachments #1388

fix: dropping only
a0927f6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 7, 2024 in 1s

44.15% of diff hit (target 46.35%)

View this Pull Request on Codecov

44.15% of diff hit (target 46.35%)

Annotations

Check warning on line 15 in api/src/database-models/critter_mortality_attachment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/database-models/critter_mortality_attachment.ts#L15

Added line #L15 was not covered by tests

Check warning on line 40 in api/src/database-models/critter_mortality_attachment.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/database-models/critter_mortality_attachment.ts#L40

Added line #L40 was not covered by tests

Check warning on line 150 in api/src/paths/project/{projectId}/survey/{surveyId}/attachments/{attachmentId}/getSignedUrl.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/paths/project/{projectId}/survey/{surveyId}/attachments/{attachmentId}/getSignedUrl.ts#L149-L150

Added lines #L149 - L150 were not covered by tests

Check warning on line 156 in api/src/paths/project/{projectId}/survey/{surveyId}/attachments/{attachmentId}/getSignedUrl.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/paths/project/{projectId}/survey/{surveyId}/attachments/{attachmentId}/getSignedUrl.ts#L155-L156

Added lines #L155 - L156 were not covered by tests

Check warning on line 159 in api/src/paths/project/{projectId}/survey/{surveyId}/attachments/{attachmentId}/getSignedUrl.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/paths/project/{projectId}/survey/{surveyId}/attachments/{attachmentId}/getSignedUrl.ts#L158-L159

Added lines #L158 - L159 were not covered by tests

Check warning on line 16 in api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/captures/{critterbaseCaptureId}/attachments/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/captures/{critterbaseCaptureId}/attachments/index.ts#L16

Added line #L16 was not covered by tests

Check warning on line 131 in api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/captures/{critterbaseCaptureId}/attachments/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/captures/{critterbaseCaptureId}/attachments/index.ts#L129-L131

Added lines #L129 - L131 were not covered by tests

Check warning on line 21 in api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/captures/{critterbaseCaptureId}/attachments/upload.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/captures/{critterbaseCaptureId}/attachments/upload.ts#L21

Added line #L21 was not covered by tests

Check warning on line 208 in api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/captures/{critterbaseCaptureId}/attachments/upload.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/captures/{critterbaseCaptureId}/attachments/upload.ts#L206-L208

Added lines #L206 - L208 were not covered by tests

Check warning on line 224 in api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/index.ts#L224

Added line #L224 was not covered by tests

Check warning on line 233 in api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/index.ts#L233

Added line #L233 was not covered by tests

Check warning on line 255 in api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/paths/project/{projectId}/survey/{surveyId}/critters/{critterId}/index.ts#L255

Added line #L255 was not covered by tests

Check warning on line 238 in api/src/repositories/critter-attachment-repository.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/repositories/critter-attachment-repository.ts#L238

Added line #L238 was not covered by tests

Check warning on line 73 in api/src/services/critter-attachment-service.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/services/critter-attachment-service.ts#L73

Added line #L73 was not covered by tests

Check warning on line 87 in app/src/components/attachments/AttachmentTableDropzone.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/attachments/AttachmentTableDropzone.tsx#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 91 in app/src/components/attachments/AttachmentTableDropzone.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/attachments/AttachmentTableDropzone.tsx#L91

Added line #L91 was not covered by tests

Check warning on line 109 in app/src/components/attachments/AttachmentTableDropzone.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/attachments/AttachmentTableDropzone.tsx#L109

Added line #L109 was not covered by tests

Check warning on line 115 in app/src/components/attachments/AttachmentTableDropzone.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/attachments/AttachmentTableDropzone.tsx#L113-L115

Added lines #L113 - L115 were not covered by tests

Check warning on line 121 in app/src/components/attachments/AttachmentTableDropzone.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/attachments/AttachmentTableDropzone.tsx#L121

Added line #L121 was not covered by tests

Check warning on line 251 in app/src/components/data-grid/GenericGridColumnDefinitions.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/data-grid/GenericGridColumnDefinitions.tsx#L251

Added line #L251 was not covered by tests

Check warning on line 256 in app/src/components/data-grid/GenericGridColumnDefinitions.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/data-grid/GenericGridColumnDefinitions.tsx#L256

Added line #L256 was not covered by tests

Check warning on line 262 in app/src/components/data-grid/GenericGridColumnDefinitions.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/data-grid/GenericGridColumnDefinitions.tsx#L262

Added line #L262 was not covered by tests

Check warning on line 276 in app/src/components/data-grid/GenericGridColumnDefinitions.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/data-grid/GenericGridColumnDefinitions.tsx#L276

Added line #L276 was not covered by tests

Check warning on line 285 in app/src/components/data-grid/GenericGridColumnDefinitions.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/data-grid/GenericGridColumnDefinitions.tsx#L285

Added line #L285 was not covered by tests

Check warning on line 289 in app/src/components/data-grid/GenericGridColumnDefinitions.tsx

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/src/components/data-grid/GenericGridColumnDefinitions.tsx#L289

Added line #L289 was not covered by tests