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

chore: Update pages/RepoPage/CommitsTab tests to Vitest #3329

Merged
merged 7 commits into from
Sep 27, 2024

Conversation

nicholas-codecov
Copy link
Contributor

Description

This PR updates the tests for pages/RepoPage/CommitsTab to Vitest.

@codecov-staging
Copy link

Bundle Report

Bundle size has no change ✅

Copy link

codecov bot commented Sep 27, 2024

Bundle Report

Bundle size has no change ✅

@codecov-qa
Copy link

codecov-qa bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.77%. Comparing base (3c70c17) to head (8c43edb).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3329      +/-   ##
==========================================
- Coverage   98.79%   98.77%   -0.03%     
==========================================
  Files         803      803              
  Lines       14014    14014              
  Branches     3988     3993       +5     
==========================================
- Hits        13845    13842       -3     
- Misses        158      161       +3     
  Partials       11       11              

see 2 files with indirect coverage changes

Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.49% <ø> (ø)
Pages 98.62% <ø> (-0.04%) ⬇️
Services 99.41% <ø> (ø)
Shared 99.23% <ø> (ø)
UI 98.05% <ø> (ø)

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 3c70c17...8c43edb. Read the comment docs.

Copy link

codecov-public-qa bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.77%. Comparing base (3c70c17) to head (8c43edb).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3329      +/-   ##
==========================================
- Coverage   98.79%   98.77%   -0.03%     
==========================================
  Files         803      803              
  Lines       14014    14014              
  Branches     3988     3993       +5     
==========================================
- Hits        13845    13842       -3     
- Misses        158      161       +3     
  Partials       11       11              

see 2 files with indirect coverage changes

Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.49% <ø> (ø)
Pages 98.62% <ø> (-0.04%) ⬇️
Services 99.41% <ø> (ø)
Shared 99.23% <ø> (ø)
UI 98.05% <ø> (ø)

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 3c70c17...8c43edb. Read the comment docs.

@codecov-notifications
Copy link

codecov-notifications bot commented Sep 27, 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    #3329      +/-   ##
==========================================
- Coverage   98.79%   98.77%   -0.03%     
==========================================
  Files         803      803              
  Lines       14014    14014              
  Branches     3993     3988       -5     
==========================================
- Hits        13845    13842       -3     
- Misses        158      161       +3     
  Partials       11       11              

see 2 files with indirect coverage changes

Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.49% <ø> (ø)
Pages 98.62% <ø> (-0.04%) ⬇️
Services 99.41% <ø> (ø)
Shared 99.23% <ø> (ø)
UI 98.05% <ø> (ø)

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 3c70c17...8c43edb. Read the comment docs.

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.77%. Comparing base (3c70c17) to head (8c43edb).
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    #3329      +/-   ##
==========================================
- Coverage   98.79%   98.77%   -0.03%     
==========================================
  Files         803      803              
  Lines       14014    14014              
  Branches     3988     3993       +5     
==========================================
- Hits        13845    13842       -3     
- Misses        158      161       +3     
  Partials       11       11              

see 2 files with indirect coverage changes

Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 98.49% <ø> (ø)
Pages 98.62% <ø> (-0.04%) ⬇️
Services 99.41% <ø> (ø)
Shared 99.23% <ø> (ø)
UI 98.05% <ø> (ø)

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 3c70c17...8c43edb. Read the comment docs.

@codecov-releaser
Copy link
Contributor

codecov-releaser commented Sep 27, 2024

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
7c871f0 Fri, 27 Sep 2024 13:26:10 GMT Expired Expired
75dc09c Fri, 27 Sep 2024 14:04:44 GMT Expired Expired
8c43edb Fri, 27 Sep 2024 14:54:06 GMT Cloud Enterprise

@rohitvinnakota-codecov rohitvinnakota-codecov dismissed their stale review September 27, 2024 13:44

missed the failing test, can we fix

@nicholas-codecov nicholas-codecov added this pull request to the merge queue Sep 27, 2024
Merged via the queue into main with commit 13bed16 Sep 27, 2024
60 of 64 checks passed
@nicholas-codecov nicholas-codecov deleted the chore-update-pages-repo-page-commits-tab branch September 27, 2024 15:25
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