LogoLogo
Contact SupportProduct
  • Knowledge Base
  • What's New
  • Guides
  • Agent Release Notes
  • Welcome!
  • Intro to SeaLights
    • What is SeaLights
      • Glossary
      • Working in Conjunction with Your Quality / Coverage Tools
        • SeaLights vs SonarQube
        • SeaLights vs JaCoCo
        • SeaLights vs CodeSee
    • Technical Overview
      • Test Stage Cycle
    • FAQ
  • Coverage & Quality Insights
    • Quality Insights Overview
    • User Story Coverage
      • Release Go / No Go Report
        • How to Generate / Edit the Report
      • User Story Quality Overview
        • How to Generate the User Story View
      • User Story Coverage Analysis
        • How to Generate the Analysis View
      • Uncovered Methods View
        • How to Generate the View
      • Customization
      • Integration
      • User Story Coverage Mechanism
    • Coverage Dashboard
    • Coverage Report
    • Test Gaps Report
      • Code Changes Calculation
        • Hidden Changes Detection
    • Test Gaps Analysis Report
      • How to Generate / Edit the Report
  • Coverage Trend Report
    • How to Generate / Edit the Report
  • Proof of Testing Report
    • How to Generate / Edit the Report
  • Test Optimization
    • Test Optimization Overview
      • Automated Test Optimization
      • Manual Test Optimization
      • Test Optimization for Pull Request
      • Test Selection Policies
        • Full Run Policy
        • No Code Changes Policy
        • Common Code Policy
        • Fastest Path to 100% Coverage Policy
      • Integrations
    • Test Optimization Mechanism
      • Associating Code With Tests
        • Statistical modeling
        • One-to-One Mapping
        • Calibration
      • Detecting Modified Code
      • Generating Test Recommendations
  • Test Optimization - Savings Breakdown
    • TIA Configuration
  • Settings
    • Token Access & Management
    • Quality Gates
    • User Management
      • Managing Users
      • Managing Groups
      • Roles & Permissions
      • SSO Authentication
  • Code Labels
  • Code Scope (Ignore/Include)
  • Contact Support
Powered by GitBook
On this page

Was this helpful?

  1. Coverage Trend Report

How to Generate / Edit the Report

Generating a report is as simple as selecting the app and branch you are interested in, and setting the following:

Date Range

  • The popular options available are: Last month, Last 2 months, Last 3 months, Last 6 months, Last year.

  • If none of the above is what you need, you can always select a custom date range. We recommend a minimum of 4 weeks.

Please note that the start date for the data shown in the charts depends on the selected builds and is currently limited to the following Monday or the 1st of the month (for all builds option).

Test Stages

  • A list of all test stages reported for the selected app and branch during the past year is available, ordered alphabetically.

  • You can select / deselect any of the test stages to focus on the data you want to see in the charts and asses how different test stages contribute to your overall coverage.

Builds

There are two ways to analyze quality data overtime: either look at all builds of the selected app/branch or only track builds that were manually marked as reference builds (usually these are production/released builds).

  • When looking at all builds, you can select in which intervals you would like to aggregate the data. Options are: 1 week, 2 weeks, 3 weeks, 4 weeks, 1 month. When selecting 1 month, the data shown in the chart will start at the 1st of the relevant month. For the rest of the interval options, the data shown in the chart will start at the following Monday.

  • When tracking only reference builds, you can select/deselect reference builds from a list (most likely you would like to include all reference builds).

Generating The Report Using API (Optional)

You can also generate the report using our API. Read more at Quality Trend Report API .

Note: By default, the reports you create are private and only available for you. To learn about sharing options see the relevant section below.

PreviousCoverage Trend ReportNextProof of Testing Report

Last updated 16 days ago

Was this helpful?