---
title: Test Coverage Statistics
---

<!-- markdownlint-disable MD033 -->
# Test Coverage Statistics

This section contains test coverage statistics for the Chronicle project, tracking key metrics over time.

<style>
  .coverage-iframe-container {
    width: 100%;
    height: 800px;
    border: none;
    margin: 0;
    padding: 0;
  }
  .coverage-iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
</style>

<div class="coverage-iframe-container">
  <iframe src="coverage.html" class="coverage-iframe" title="Test Coverage Statistics"></iframe>
</div>
