Skip to content
Merged

205 #207

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

codecov:
# Require CI to pass before processing coverage
require_ci_to_pass: yes
require_ci_to_pass: no
# Maximum age of report before expiration
max_report_age: 12h
# Default branch for coverage comparison
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SPDX-License-Identifier: MIT
[![CI](https://github.com/RAprogramm/masterror/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/RAprogramm/masterror/actions/workflows/ci.yml?query=branch%3Amain)
[![Security audit](https://github.com/RAprogramm/masterror/actions/workflows/ci.yml/badge.svg?branch=main&label=Security%20audit)](https://github.com/RAprogramm/masterror/actions/workflows/ci.yml?query=branch%3Amain)
[![Cargo Deny](https://img.shields.io/github/actions/workflow/status/RAprogramm/masterror/ci.yml?branch=main&label=Cargo%20Deny)](https://github.com/RAprogramm/masterror/actions/workflows/ci.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/RAprogramm/masterror/graph/badge.svg?token=OD4F7LWWB8)](https://codecov.io/gh/RAprogramm/masterror)
[![codecov](https://codecov.io/gh/RAprogramm/masterror/branch/main/graph/badge.svg?token=OD4F7LWWB8)](https://app.codecov.io/gh/RAprogramm/masterror)

> 🇷🇺 Читайте README на [русском языке](README.ru.md).

Expand Down Expand Up @@ -120,27 +120,27 @@ throughput for tighter confidence intervals when investigating changes.

### Code Coverage

[![codecov](https://codecov.io/gh/RAprogramm/masterror/graph/badge.svg?token=OD4F7LWWB8)](https://codecov.io/gh/RAprogramm/masterror)
[![codecov](https://codecov.io/gh/RAprogramm/masterror/branch/main/graph/badge.svg?token=OD4F7LWWB8)](https://app.codecov.io/gh/RAprogramm/masterror)

Coverage reports are automatically generated on every CI run and uploaded to [Codecov](https://codecov.io/gh/RAprogramm/masterror). The project maintains high test coverage across all modules to ensure reliability and catch regressions early.
Coverage reports are automatically generated on every CI run and uploaded to [Codecov](https://app.codecov.io/gh/RAprogramm/masterror). The project maintains high test coverage across all modules to ensure reliability and catch regressions early.

<details>
<summary><b>Coverage Visualizations</b></summary>

#### Sunburst Graph
The inner-most circle represents the entire project, moving outward through folders to individual files. Size and color indicate statement count and coverage percentage.

[![Sunburst](https://codecov.io/gh/RAprogramm/masterror/graphs/sunburst.svg?token=OD4F7LWWB8)](https://codecov.io/gh/RAprogramm/masterror)
[![Sunburst](https://codecov.io/gh/RAprogramm/masterror/branch/main/graphs/sunburst.svg?token=OD4F7LWWB8)](https://app.codecov.io/gh/RAprogramm/masterror)

#### Grid View
Each block represents a single file. Block size and color correspond to statement count and coverage percentage.

[![Grid](https://codecov.io/gh/RAprogramm/masterror/graphs/tree.svg?token=OD4F7LWWB8)](https://codecov.io/gh/RAprogramm/masterror)
[![Grid](https://codecov.io/gh/RAprogramm/masterror/branch/main/graphs/tree.svg?token=OD4F7LWWB8)](https://app.codecov.io/gh/RAprogramm/masterror)

#### Icicle Chart
Hierarchical view starting with the entire project at the top, drilling down through folders to individual files. Size and color reflect statement count and coverage.

[![Icicle](https://codecov.io/gh/RAprogramm/masterror/graphs/icicle.svg?token=OD4F7LWWB8)](https://codecov.io/gh/RAprogramm/masterror)
[![Icicle](https://codecov.io/gh/RAprogramm/masterror/branch/main/graphs/icicle.svg?token=OD4F7LWWB8)](https://app.codecov.io/gh/RAprogramm/masterror)

</details>

Expand Down
12 changes: 6 additions & 6 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SPDX-License-Identifier: MIT
[![CI](https://github.com/RAprogramm/masterror/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/RAprogramm/masterror/actions/workflows/ci.yml?query=branch%3Amain)
[![Security audit](https://github.com/RAprogramm/masterror/actions/workflows/ci.yml/badge.svg?branch=main&label=Security%20audit)](https://github.com/RAprogramm/masterror/actions/workflows/ci.yml?query=branch%3Amain)
[![Cargo Deny](https://img.shields.io/github/actions/workflow/status/RAprogramm/masterror/ci.yml?branch=main&label=Cargo%20Deny)](https://github.com/RAprogramm/masterror/actions/workflows/ci.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/RAprogramm/masterror/graph/badge.svg?token=OD4F7LWWB8)](https://codecov.io/gh/RAprogramm/masterror)
[![codecov](https://codecov.io/gh/RAprogramm/masterror/branch/main/graph/badge.svg?token=OD4F7LWWB8)](https://app.codecov.io/gh/RAprogramm/masterror)

> 🇷🇺 Читайте README на [русском языке](README.ru.md).

Expand Down Expand Up @@ -115,27 +115,27 @@ throughput for tighter confidence intervals when investigating changes.

### Code Coverage

[![codecov](https://codecov.io/gh/RAprogramm/masterror/graph/badge.svg?token=OD4F7LWWB8)](https://codecov.io/gh/RAprogramm/masterror)
[![codecov](https://codecov.io/gh/RAprogramm/masterror/branch/main/graph/badge.svg?token=OD4F7LWWB8)](https://app.codecov.io/gh/RAprogramm/masterror)

Coverage reports are automatically generated on every CI run and uploaded to [Codecov](https://codecov.io/gh/RAprogramm/masterror). The project maintains high test coverage across all modules to ensure reliability and catch regressions early.
Coverage reports are automatically generated on every CI run and uploaded to [Codecov](https://app.codecov.io/gh/RAprogramm/masterror). The project maintains high test coverage across all modules to ensure reliability and catch regressions early.

<details>
<summary><b>Coverage Visualizations</b></summary>

#### Sunburst Graph
The inner-most circle represents the entire project, moving outward through folders to individual files. Size and color indicate statement count and coverage percentage.

[![Sunburst](https://codecov.io/gh/RAprogramm/masterror/graphs/sunburst.svg?token=OD4F7LWWB8)](https://codecov.io/gh/RAprogramm/masterror)
[![Sunburst](https://codecov.io/gh/RAprogramm/masterror/branch/main/graphs/sunburst.svg?token=OD4F7LWWB8)](https://app.codecov.io/gh/RAprogramm/masterror)

#### Grid View
Each block represents a single file. Block size and color correspond to statement count and coverage percentage.

[![Grid](https://codecov.io/gh/RAprogramm/masterror/graphs/tree.svg?token=OD4F7LWWB8)](https://codecov.io/gh/RAprogramm/masterror)
[![Grid](https://codecov.io/gh/RAprogramm/masterror/branch/main/graphs/tree.svg?token=OD4F7LWWB8)](https://app.codecov.io/gh/RAprogramm/masterror)

#### Icicle Chart
Hierarchical view starting with the entire project at the top, drilling down through folders to individual files. Size and color reflect statement count and coverage.

[![Icicle](https://codecov.io/gh/RAprogramm/masterror/graphs/icicle.svg?token=OD4F7LWWB8)](https://codecov.io/gh/RAprogramm/masterror)
[![Icicle](https://codecov.io/gh/RAprogramm/masterror/branch/main/graphs/icicle.svg?token=OD4F7LWWB8)](https://app.codecov.io/gh/RAprogramm/masterror)

</details>

Expand Down
Loading