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

[ref] Refactor commit detail file explorer table #2802

Merged
merged 20 commits into from
Apr 29, 2024

Merge branch 'main' into rvinnakota/refactor-commitdetailfileexp

a705cd6
Select commit
Loading
Failed to load commit list.
Merged

[ref] Refactor commit detail file explorer table #2802

Merge branch 'main' into rvinnakota/refactor-commitdetailfileexp
a705cd6
Select commit
Loading
Failed to load commit list.
Codecov Public QA / codecov/project failed Apr 29, 2024 in 1s

98.46% (-0.01%) compared to d76d77c

View this Pull Request on Codecov

98.46% (-0.01%) compared to d76d77c

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.46%. Comparing base (d76d77c) to head (a705cd6).

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2802      +/-   ##
==========================================
- Coverage   98.47%   98.46%   -0.01%     
==========================================
  Files         871      872       +1     
  Lines       12686    12719      +33     
  Branches     3371     3412      +41     
==========================================
+ Hits        12492    12524      +32     
- Misses        190      191       +1     
  Partials        4        4              
Files Coverage Δ
...mitDetailFileExplorer/CommitDetailFileExplorer.tsx 100.00% <100.00%> (ø)
...tailFileExplorer/CommitDetailFileExplorerTable.tsx 100.00% <100.00%> (ø)
...lFileExplorer/hooks/useRepoCommitContentsTable.tsx 100.00% <100.00%> (ø)
src/services/pathContents/commit/dir/constants.ts 100.00% <100.00%> (ø)
.../pathContents/commit/dir/useRepoCommitContents.tsx 100.00% <100.00%> (ø)
...ontents/commit/file/usePrefetchCommitFileEntry.tsx 100.00% <ø> (ø)
...able/TableEntries/CommitEntries/CommitDirEntry.tsx 100.00% <100.00%> (ø)
...ble/TableEntries/CommitEntries/CommitFileEntry.tsx 100.00% <100.00%> (ø)
src/shared/treePaths/useCommitTreePath.js 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

Components Coverage Δ
Assets 55.55% <ø> (ø)
Layouts 97.25% <ø> (ø)
Pages 99.27% <100.00%> (+<0.01%) ⬆️
Services 99.56% <100.00%> (+<0.01%) ⬆️
Shared 99.84% <100.00%> (+<0.01%) ⬆️
UI 94.40% <ø> (ø)

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 d76d77c...a705cd6. Read the comment docs.