Skip to content

Commit b19f3bb

Browse files
committed
feat(codecov): add Codecov badges to documentation and README
Add Codecov badges to the documentation and README files to display the code coverage status. This will provide visibility into the code coverage metrics for the project.
1 parent 406e334 commit b19f3bb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
uses: codecov/codecov-action@v3
108108
env:
109109
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
110-
111110
with:
112111
files: ${{ github.workspace }}/build/reports/kover/xml/report.xml
113112

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
</p>
44
<h1 align="center">AutoDev</h1>
55
<p align="center">
6+
<a href="https://codecov.io/gh/unit-mesh/auto-dev" >
7+
<img src="https://codecov.io/gh/unit-mesh/auto-dev/graph/badge.svg?token=5RzcndjFPx"/>
8+
</a>
69
<a href="https://github.com/unit-mesh/auto-dev/actions/workflows/build.yml">
710
<img src="https://github.com/unit-mesh/auto-dev/actions/workflows/build.yml/badge.svg" alt="Build" />
811
</a>

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ permalink: /
1111
</p>
1212

1313
<p align="center">
14+
<a href="https://codecov.io/gh/unit-mesh/auto-dev" >
15+
<img src="https://codecov.io/gh/unit-mesh/auto-dev/graph/badge.svg?token=5RzcndjFPx"/>
16+
</a>
1417
<a href="https://github.com/unit-mesh/auto-dev/actions/workflows/build.yml">
1518
<img src="https://github.com/unit-mesh/auto-dev/actions/workflows/build.yml/badge.svg" alt="Build">
1619
</a>

0 commit comments

Comments
 (0)