Skip to content

Commit 6d01315

Browse files
authored
Update README.md
1 parent 33a22b5 commit 6d01315

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
A Python and Rust package for linting C/C++ code with clang-tidy and/or clang-format to collect feedback provided in the form of thread comments, step summary, or file annotations.
44

55
> [!CAUTION]
6+
> [![codecov](https://codecov.io/gh/cpp-linter/cpp_linter_rs/graph/badge.svg?token=7ibzERx2AD)](https://codecov.io/gh/cpp-linter/cpp_linter_rs)
7+
>
68
> This project is still experimental and subject to drastic changes.
79
> Please use the pure python [cpp-linter](https://github.com/cpp-linter/cpp-linter)
810
> package until this project is ready for deployment.
@@ -11,7 +13,7 @@ A Python and Rust package for linting C/C++ code with clang-tidy and/or clang-fo
1113

1214
For usage in a CI workflow, see [the cpp-linter/cpp-linter-action repository](https://github.com/cpp-linter/cpp-linter-action).
1315

14-
For the description of supported Command Line Interface options, see [the CLI documentation](https://cpp-linter.github.io/cpp-linter/cli_args.html).
16+
For the description of supported Command Line Interface options, see [the CLI documentation](https://cpp-linter.github.io/cpp_linter_rs/cli_args.html).
1517

1618
## Have question or feedback?
1719

0 commit comments

Comments
 (0)