From 563731109e063dd1019259ec933cd8c018049085 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Tue, 4 Aug 2026 12:09:09 +0100 Subject: [PATCH 1/5] Create small banner with the new coverage skill --- docs/coverage-reporter/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/coverage-reporter/index.md b/docs/coverage-reporter/index.md index b0fb368643..84188181c7 100644 --- a/docs/coverage-reporter/index.md +++ b/docs/coverage-reporter/index.md @@ -4,6 +4,9 @@ description: Generate coverage reports in a supported format and upload them to # Adding coverage to your repository +!!! important + Codacy now supports Claude skills and created one to setup coverage in a easier way. Sets up test coverage reporting in a repository and configures upload to Codacy. Detects testing frameworks, CI/CD pipelines, and coverage gaps, then adds the missing pieces to generate and upload coverage reports. [Check how to use it](https://github.com/codacy/codacy-skills/blob/master/skills/setup-coverage/SKILL.md) + Code coverage is a metric used to describe the degree to which the source code of a program is tested. A program with high code coverage has been more thoroughly tested and has a lower chance of containing software bugs than a program with low code coverage. You can read more about the [basics of code coverage](https://blog.codacy.com/a-guide-to-code-coverage-part-1-code-coverage-explained/) on Codacy's blog. To monitor the code coverage of your repository on Codacy you must generate coverage reports for each commit on your CI/CD workflow, and then upload the coverage data to Codacy. From 07a4318f537ec71d3beec808bd46e143b1ac6235 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Tue, 4 Aug 2026 12:11:35 +0100 Subject: [PATCH 2/5] fix copy --- docs/coverage-reporter/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coverage-reporter/index.md b/docs/coverage-reporter/index.md index 84188181c7..acd4f0d0e1 100644 --- a/docs/coverage-reporter/index.md +++ b/docs/coverage-reporter/index.md @@ -5,7 +5,7 @@ description: Generate coverage reports in a supported format and upload them to # Adding coverage to your repository !!! important - Codacy now supports Claude skills and created one to setup coverage in a easier way. Sets up test coverage reporting in a repository and configures upload to Codacy. Detects testing frameworks, CI/CD pipelines, and coverage gaps, then adds the missing pieces to generate and upload coverage reports. [Check how to use it](https://github.com/codacy/codacy-skills/blob/master/skills/setup-coverage/SKILL.md) + 💡 Tip: Setting up test coverage is now easier. Use our new Codacy skill to automatically generate and upload your coverage reports. [Learn how to use it](https://github.com/codacy/codacy-skills/blob/master/skills/setup-coverage/SKILL.md) Code coverage is a metric used to describe the degree to which the source code of a program is tested. A program with high code coverage has been more thoroughly tested and has a lower chance of containing software bugs than a program with low code coverage. You can read more about the [basics of code coverage](https://blog.codacy.com/a-guide-to-code-coverage-part-1-code-coverage-explained/) on Codacy's blog. From 956824aaea9293748689c5eafaa88cbf45d6f0bc Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Tue, 4 Aug 2026 12:13:04 +0100 Subject: [PATCH 3/5] fix copy --- docs/coverage-reporter/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coverage-reporter/index.md b/docs/coverage-reporter/index.md index acd4f0d0e1..95f5e6b2e6 100644 --- a/docs/coverage-reporter/index.md +++ b/docs/coverage-reporter/index.md @@ -5,7 +5,7 @@ description: Generate coverage reports in a supported format and upload them to # Adding coverage to your repository !!! important - 💡 Tip: Setting up test coverage is now easier. Use our new Codacy skill to automatically generate and upload your coverage reports. [Learn how to use it](https://github.com/codacy/codacy-skills/blob/master/skills/setup-coverage/SKILL.md) + 💡 Tip: Setting up Coverage is now easier. Use our new Codacy skill to automatically generate and upload your coverage reports. [Learn how to use it](https://github.com/codacy/codacy-skills/blob/master/skills/setup-coverage/SKILL.md) Code coverage is a metric used to describe the degree to which the source code of a program is tested. A program with high code coverage has been more thoroughly tested and has a lower chance of containing software bugs than a program with low code coverage. You can read more about the [basics of code coverage](https://blog.codacy.com/a-guide-to-code-coverage-part-1-code-coverage-explained/) on Codacy's blog. From ced4f63bfa98131f2018b5119eb8f34bbbb55c00 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Tue, 4 Aug 2026 12:17:45 +0100 Subject: [PATCH 4/5] fix copy --- docs/coverage-reporter/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/coverage-reporter/index.md b/docs/coverage-reporter/index.md index 95f5e6b2e6..eddc037dfb 100644 --- a/docs/coverage-reporter/index.md +++ b/docs/coverage-reporter/index.md @@ -4,8 +4,8 @@ description: Generate coverage reports in a supported format and upload them to # Adding coverage to your repository -!!! important - 💡 Tip: Setting up Coverage is now easier. Use our new Codacy skill to automatically generate and upload your coverage reports. [Learn how to use it](https://github.com/codacy/codacy-skills/blob/master/skills/setup-coverage/SKILL.md) +!!! important "💡 Tip" + Setting up Coverage is now easier. Use our new Codacy skill to automatically generate and upload your coverage reports. [Learn how to use it](https://github.com/codacy/codacy-skills/blob/master/skills/setup-coverage/SKILL.md) Code coverage is a metric used to describe the degree to which the source code of a program is tested. A program with high code coverage has been more thoroughly tested and has a lower chance of containing software bugs than a program with low code coverage. You can read more about the [basics of code coverage](https://blog.codacy.com/a-guide-to-code-coverage-part-1-code-coverage-explained/) on Codacy's blog. From ca6d13f6ec920527121d40e280c2fcf37d1ea96d Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Tue, 4 Aug 2026 12:21:59 +0100 Subject: [PATCH 5/5] fix copy --- docs/coverage-reporter/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coverage-reporter/index.md b/docs/coverage-reporter/index.md index eddc037dfb..ac748a8f59 100644 --- a/docs/coverage-reporter/index.md +++ b/docs/coverage-reporter/index.md @@ -4,7 +4,7 @@ description: Generate coverage reports in a supported format and upload them to # Adding coverage to your repository -!!! important "💡 Tip" +!!! tip Setting up Coverage is now easier. Use our new Codacy skill to automatically generate and upload your coverage reports. [Learn how to use it](https://github.com/codacy/codacy-skills/blob/master/skills/setup-coverage/SKILL.md) Code coverage is a metric used to describe the degree to which the source code of a program is tested. A program with high code coverage has been more thoroughly tested and has a lower chance of containing software bugs than a program with low code coverage. You can read more about the [basics of code coverage](https://blog.codacy.com/a-guide-to-code-coverage-part-1-code-coverage-explained/) on Codacy's blog.