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

fix: Update self hosted link on login page #2949

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

nicholas-codecov
Copy link
Contributor

Description

Update link to point to new dedicated cloud docs.

Just an updated version of #2527

Notable Changes

  • Update link on login page
  • Update tests

@codecov-notifications
Copy link

codecov-notifications bot commented Jun 14, 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    #2949   +/-   ##
=======================================
  Coverage   98.40%   98.40%           
=======================================
  Files         885      885           
  Lines       13059    13059           
  Branches     3486     3481    -5     
=======================================
  Hits        12851    12851           
  Misses        204      204           
  Partials        4        4           
Files Coverage Δ
src/pages/LoginPage/LoginPage.jsx 100.00% <ø> (ø)
Components Coverage Δ
Assets 53.84% <ø> (ø)
Layouts 97.22% <ø> (ø)
Pages 99.23% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.68% <ø> (ø)
UI 94.72% <ø> (ø)

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 914245b...80df4a8. Read the comment docs.

Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.40%. Comparing base (914245b) to head (80df4a8).

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2949   +/-   ##
=======================================
  Coverage   98.40%   98.40%           
=======================================
  Files         885      885           
  Lines       13059    13059           
  Branches     3481     3416   -65     
=======================================
  Hits        12851    12851           
  Misses        204      204           
  Partials        4        4           
Files Coverage Δ
src/pages/LoginPage/LoginPage.jsx 100.00% <ø> (ø)
Components Coverage Δ
Assets 53.84% <ø> (ø)
Layouts 97.22% <ø> (ø)
Pages 99.23% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.68% <ø> (ø)
UI 94.72% <ø> (ø)

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 914245b...80df4a8. Read the comment docs.

@codecov-qa
Copy link

codecov-qa bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.40%. Comparing base (914245b) to head (80df4a8).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2949   +/-   ##
=======================================
  Coverage   98.40%   98.40%           
=======================================
  Files         885      885           
  Lines       13059    13059           
  Branches     3416     3486   +70     
=======================================
  Hits        12851    12851           
  Misses        204      204           
  Partials        4        4           
Files Coverage Δ
src/pages/LoginPage/LoginPage.jsx 100.00% <ø> (ø)
Components Coverage Δ
Assets 53.84% <ø> (ø)
Layouts 97.22% <ø> (ø)
Pages 99.23% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.68% <ø> (ø)
UI 94.72% <ø> (ø)

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 914245b...80df4a8. Read the comment docs.

@codecov-staging
Copy link

Bundle Report

Changes will increase total bundle size by 44 bytes ⬆️

Bundle name Size Change
gazebo-staging-array-push 6.84MB 44 bytes ⬆️

Copy link

codecov bot commented Jun 14, 2024

Bundle Report

Changes will increase total bundle size by 44 bytes ⬆️

Bundle name Size Change
gazebo-production-array-push 6.84MB 44 bytes ⬆️

Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.40%. Comparing base (914245b) to head (80df4a8).

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##               main      #2949   +/-   ##
===========================================
  Coverage   98.40000   98.40000           
===========================================
  Files           885        885           
  Lines         13059      13059           
  Branches       3486       3416   -70     
===========================================
  Hits          12851      12851           
  Misses          204        204           
  Partials          4          4           
Files Coverage Δ
src/pages/LoginPage/LoginPage.jsx 100.00% <ø> (ø)
Components Coverage Δ
Assets 53.84% <ø> (ø)
Layouts 97.22% <ø> (ø)
Pages 99.23% <ø> (ø)
Services 99.45% <ø> (ø)
Shared 99.68% <ø> (ø)
UI 94.72% <ø> (ø)

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 914245b...80df4a8. 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
80df4a8 Fri, 14 Jun 2024 12:41:39 GMT Cloud Enterprise

Copy link
Contributor

@calvin-codecov calvin-codecov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nicholas-codecov nicholas-codecov added this pull request to the merge queue Jun 17, 2024
Merged via the queue into main with commit 2ca6040 Jun 17, 2024
59 of 60 checks passed
@nicholas-codecov nicholas-codecov deleted the fix-update-self-hosted-link-on-login-page branch June 17, 2024 18:13
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