Skip to content

Conversation

ajay-sentry
Copy link
Contributor

@ajay-sentry ajay-sentry commented Oct 2, 2025

Implements test trend analysis with the following features:

  • Calculate average duration and failure rates
  • Track historical performance data
  • Detect performance regressions
  • Generate recommendations based on thresholds
  • Compare recent vs historical test metrics

Link to Sample Entry

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

Copy link

sentry-io bot commented Oct 2, 2025

Codecov Report

❌ Patch coverage is 0% with 57 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.25%. Comparing base (8816d1e) to head (96cea17).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...components/TestTrendAnalyzer/TestTrendAnalyzer.tsx 0.00% 45 Missing and 12 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3946      +/-   ##
==========================================
- Coverage   98.62%   98.25%   -0.38%     
==========================================
  Files         828      829       +1     
  Lines       15099    15156      +57     
  Branches     4326     4350      +24     
==========================================
  Hits        14891    14891              
- Misses        200      245      +45     
- Partials        8       20      +12     
Files with missing lines Coverage Δ
...components/TestTrendAnalyzer/TestTrendAnalyzer.tsx 0.00% <0.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 97.47% <0.00%> (-0.66%) ⬇️
Services 99.32% <ø> (ø)
Shared 99.12% <ø> (ø)
UI 99.01% <ø> (ø)

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 8816d1e...96cea17. Read the comment docs.

@codecov-staging
Copy link

codecov-staging bot commented Oct 2, 2025

Bundle Report

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

Detailed changes
Bundle name Size Change
gazebo-staging-system 6.23MB 59 bytes (0.0%) ⬆️
gazebo-staging-esm 6.31MB 59 bytes (0.0%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: gazebo-staging-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/index.*.css 59 bytes 101.5kB 0.06%
view changes for bundle: gazebo-staging-system

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/index-legacy.*.js 59 bytes 716.84kB 0.01%

Copy link

sentry-io bot commented Oct 2, 2025

Bundle Report

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

Detailed changes
Bundle name Size Change
gazebo-production-system 6.23MB 59 bytes (0.0%) ⬆️
gazebo-production-esm 6.31MB 59 bytes (0.0%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: gazebo-production-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/index.*.css 59 bytes 101.5kB 0.06%
view changes for bundle: gazebo-production-system

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/index-legacy.*.js 59 bytes 716.84kB 0.01%

@codecov-notifications
Copy link

codecov-notifications bot commented Oct 2, 2025

Codecov Report

❌ Patch coverage is 0% with 57 lines in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...components/TestTrendAnalyzer/TestTrendAnalyzer.tsx 0.00% 45 Missing and 12 partials ⚠️
@@            Coverage Diff             @@
##             main    #3946      +/-   ##
==========================================
- Coverage   98.62%   98.25%   -0.38%     
==========================================
  Files         828      829       +1     
  Lines       15099    15156      +57     
  Branches     4326     4350      +24     
==========================================
  Hits        14891    14891              
- Misses        200      245      +45     
- Partials        8       20      +12     
Files with missing lines Coverage Δ
...components/TestTrendAnalyzer/TestTrendAnalyzer.tsx 0.00% <0.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 97.47% <0.00%> (-0.66%) ⬇️
Services 99.32% <ø> (ø)
Shared 99.12% <ø> (ø)
UI 99.01% <ø> (ø)

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 8816d1e...96cea17. Read the comment docs.

Copy link

codecov-public-qa bot commented Oct 2, 2025

Codecov Report

Attention: Patch coverage is 0% with 57 lines in your changes missing coverage. Please review.

Project coverage is 98.25%. Comparing base (8816d1e) to head (96cea17).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...components/TestTrendAnalyzer/TestTrendAnalyzer.tsx 0.00% 45 Missing and 12 partials ⚠️
@@            Coverage Diff             @@
##             main    #3946      +/-   ##
==========================================
- Coverage   98.62%   98.25%   -0.38%     
==========================================
  Files         828      829       +1     
  Lines       15099    15156      +57     
  Branches     4318     4350      +32     
==========================================
  Hits        14891    14891              
- Misses        200      245      +45     
- Partials        8       20      +12     
Files with missing lines Coverage Δ
...components/TestTrendAnalyzer/TestTrendAnalyzer.tsx 0.00% <0.00%> (ø)
Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 97.47% <0.00%> (-0.66%) ⬇️
Services 99.32% <ø> (ø)
Shared 99.12% <ø> (ø)
UI 99.01% <ø> (ø)

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 8816d1e...96cea17. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codecov-releaser
Copy link
Contributor

✅ Deploy preview for gazebo ready!

Previews expire after 1 month automatically.

Storybook

Commit Created Cloud Enterprise
96cea17 Thu, 02 Oct 2025 23:11:27 GMT Cloud Enterprise

@codecov-qa
Copy link

codecov-qa bot commented Oct 2, 2025

Codecov Report

❌ Patch coverage is 0% with 57 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.25%. Comparing base (8816d1e) to head (96cea17).

Files with missing lines Patch % Lines
...components/TestTrendAnalyzer/TestTrendAnalyzer.tsx 0.00% 45 Missing and 12 partials ⚠️
@@            Coverage Diff             @@
##             main    #3946      +/-   ##
==========================================
+ Coverage   96.54%   98.25%   +1.70%     
==========================================
  Files         828      829       +1     
  Lines       15099    15156      +57     
  Branches     4318     4342      +24     
==========================================
+ Hits        14578    14891     +313     
+ Misses        466      245     -221     
+ Partials       55       20      -35     
Files with missing lines Coverage Δ
...components/TestTrendAnalyzer/TestTrendAnalyzer.tsx 0.00% <0.00%> (ø)

... and 43 files with indirect coverage changes

Components Coverage Δ
Assets 100.00% <ø> (ø)
Layouts 99.71% <ø> (ø)
Pages 97.47% <0.00%> (-0.66%) ⬇️
Services 99.32% <ø> (ø)
Shared 99.12% <ø> (+1.81%) ⬆️
UI 99.01% <ø> (+20.18%) ⬆️

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 8816d1e...96cea17. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ajay-sentry ajay-sentry changed the title [test]: FE8 [FE8]: Test Trend Analytics updates Oct 3, 2025
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.

2 participants