Skip to content

Commit 2256ee5

Browse files
authored
Remove Codecov (not used) (#1798)
* Docs update * Update main-require.mdx * Update test.yml
1 parent 5b20f7a commit 2256ee5

File tree

8 files changed

+7
-50
lines changed

8 files changed

+7
-50
lines changed

.cspell.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"checkstyle",
2020
"Clinear",
2121
"clsx",
22-
"codecov",
2322
"CODEOWNERS",
2423
"codeql",
2524
"coliff",

.github/workflows/test.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,3 @@ jobs:
8282
timeout_minutes: 20
8383
max_attempts: 3
8484
command: npm run test
85-
86-
- name: Run coverage
87-
if: matrix.node == '20' && matrix.os == 'ubuntu-latest'
88-
uses: nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
89-
with:
90-
timeout_minutes: 20
91-
max_attempts: 3
92-
command: npm run test:coverage
93-
94-
- name: ⬆️ Upload coverage to Codecov
95-
if: matrix.node == '20' && matrix.os == 'ubuntu-latest'
96-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
97-
with:
98-
files: ./coverage/coverage-final.json
99-
name: codecov-dev
100-
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
<a href="https://www.npmjs.com/package/htmlhint">
1313
<img src="https://img.shields.io/npm/v/htmlhint" alt="npm Version">
1414
</a>
15-
<a href="https://codecov.io/gh/htmlhint/HTMLHint">
16-
<img src="https://codecov.io/gh/htmlhint/HTMLHint/branch/main/graph/badge.svg" alt="Codecov">
17-
</a>
1815
<a href="https://www.bestpractices.dev/projects/6697">
1916
<img src="https://www.bestpractices.dev/projects/6697/badge" alt="Open Source Security Foundation (OpenSSF) best practices: Passing">
2017
</a>

codecov.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

website/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"stylelint": "npx stylelint@latest \"src/*.css\" --fix -f verbose"
2626
},
2727
"dependencies": {
28-
"@astrojs/starlight": "^0.37.5",
28+
"@astrojs/starlight": "^0.37.6",
2929
"astro": "^5.17.1",
3030
"sharp": "^0.34.5",
3131
"starlight-llms-txt": "^0.7.0"

website/src/content/docs/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Badge } from '@astrojs/starlight/components'
77

88
## 1.8.1 _(2026-02-06)_
99

10-
- <Badge text="Fix" size="small" variant="danger" /> Improve `attr-lowercase` rule to handle SVG attributes
10+
- <Badge text="Fix" size="small" variant="danger" /> Improve [`attr-lowercase`](https://htmlhint.com/rules/attr-lowercase/) rule to handle SVG attributes
1111

1212
## 1.8.0 _(2025-11-25)_
1313

website/src/content/docs/rules/main-require.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Level: <Badge text="Warning" variant="caution" />
3939

4040
### Why this rule is important
4141

42-
This rule ensures that the document has a clear and accessible structure, which is important for both users and screen readers.
42+
This rule helps ensure that the document has a clear and accessible structure, which is important for both users and screen readers.
4343

4444
Further reading: [Axe Rules - landmark-one-main](https://dequeuniversity.com/rules/axe/4.9/landmark-one-main)

0 commit comments

Comments
 (0)