diff --git a/.github/codecov.yml b/.github/codecov.yml index e0ab6c1..3affc71 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -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 diff --git a/README.md b/README.md index 4ac06c9..18e7a18 100644 --- a/README.md +++ b/README.md @@ -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). @@ -120,9 +120,9 @@ 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.
Coverage Visualizations @@ -130,17 +130,17 @@ Coverage reports are automatically generated on every CI run and uploaded to [Co #### 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)
diff --git a/README.template.md b/README.template.md index 44b149f..5c56766 100644 --- a/README.template.md +++ b/README.template.md @@ -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). @@ -115,9 +115,9 @@ 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.
Coverage Visualizations @@ -125,17 +125,17 @@ Coverage reports are automatically generated on every CI run and uploaded to [Co #### 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)