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

add new UploadErrorEnum values #3193

Merged
merged 1 commit into from
Sep 12, 2024
Merged

add new UploadErrorEnum values #3193

merged 1 commit into from
Sep 12, 2024

Conversation

matt-codecov
Copy link
Contributor

@matt-codecov matt-codecov commented Sep 12, 2024

as title

https://github.com/codecov/gazebo/tree/main/src/pages/CommitDetailPage/CommitCoverage/UploadsCard/RenderError.tsx appears to be where we would reference these codes to decide what to display in the UI. i am not going to touch that, but i'll let folks know when i add new codes so appropriate text can be worked out

i fixed some plumbing around error handling in upload processing. everything that used to be "unknown" will still be "unknown" for now but now there's a catchall for any exceptions we have not already assigned an error code. we can watch logs for exceptions we have not already made an error code for

@matt-codecov matt-codecov requested a review from a team September 12, 2024 19:42
Copy link

codecov bot commented Sep 12, 2024

Bundle Report

Changes will increase total bundle size by 432 bytes (0.01%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
gazebo-production-array-push 6.0MB 432 bytes ⬆️

@codecov-staging
Copy link

Bundle Report

Changes will increase total bundle size by 432 bytes ⬆️

Bundle name Size Change
gazebo-staging-array-push 6.0MB 432 bytes ⬆️

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.13%. Comparing base (ddfaa8f) to head (b88b834).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##               main      #3193   +/-   ##
===========================================
  Coverage   98.13000   98.13000           
===========================================
  Files           935        935           
  Lines         14510      14510           
  Branches       3968       3968           
===========================================
  Hits          14240      14240           
  Misses          265        265           
  Partials          5          5           
Files with missing lines Coverage Δ
src/shared/utils/commit.ts 100.00% <ø> (ø)
Components Coverage Δ
Assets 53.48% <ø> (ø)
Layouts 98.87% <ø> (ø)
Pages 98.84% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.50% <ø> (ø)
UI 94.67% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ddfaa8f...b88b834. Read the comment docs.

@codecov-qa
Copy link

codecov-qa bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.13%. Comparing base (ddfaa8f) to head (b88b834).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3193   +/-   ##
=======================================
  Coverage   98.13%   98.13%           
=======================================
  Files         935      935           
  Lines       14510    14510           
  Branches     3973     3886   -87     
=======================================
  Hits        14240    14240           
  Misses        265      265           
  Partials        5        5           
Files with missing lines Coverage Δ
src/shared/utils/commit.ts 100.00% <ø> (ø)
Components Coverage Δ
Assets 53.48% <ø> (ø)
Layouts 98.87% <ø> (ø)
Pages 98.84% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.50% <ø> (ø)
UI 94.67% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ddfaa8f...b88b834. Read the comment docs.

Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.13%. Comparing base (ddfaa8f) to head (b88b834).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3193   +/-   ##
=======================================
  Coverage   98.13%   98.13%           
=======================================
  Files         935      935           
  Lines       14510    14510           
  Branches     3968     3886   -82     
=======================================
  Hits        14240    14240           
  Misses        265      265           
  Partials        5        5           
Files Coverage Δ
src/shared/utils/commit.ts 100.00% <ø> (ø)
Components Coverage Δ
Assets 53.48% <ø> (ø)
Layouts 98.87% <ø> (ø)
Pages 98.84% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.50% <ø> (ø)
UI 94.67% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ddfaa8f...b88b834. Read the comment docs.

@codecov-notifications
Copy link

codecov-notifications bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3193   +/-   ##
=======================================
  Coverage   98.13%   98.13%           
=======================================
  Files         935      935           
  Lines       14510    14510           
  Branches     3886     3968   +82     
=======================================
  Hits        14240    14240           
  Misses        265      265           
  Partials        5        5           
Files Coverage Δ
src/shared/utils/commit.ts 100.00% <ø> (ø)
Components Coverage Δ
Assets 53.48% <ø> (ø)
Layouts 98.87% <ø> (ø)
Pages 98.84% <ø> (ø)
Services 99.41% <ø> (ø)
Shared 99.50% <ø> (ø)
UI 94.67% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ddfaa8f...b88b834. Read the comment docs.

@codecov-releaser
Copy link
Contributor

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
b88b834 Thu, 12 Sep 2024 19:47:24 GMT Cloud Enterprise

@matt-codecov matt-codecov added this pull request to the merge queue Sep 12, 2024
Merged via the queue into main with commit feb6932 Sep 12, 2024
62 checks passed
@matt-codecov matt-codecov deleted the pr3193 branch September 12, 2024 20:10
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.

3 participants