Skip to content

Commit 215485c

Browse files
committed
update README
1 parent 634d80d commit 215485c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
<!-- markdownlint-disable MD041 -->
12
[![Python packaging][py-build-badge]][py-build-ci]
23
[![Binary executable builds][bin-build-badge]][bin-build-ci]
34
[![Test CI][test-ci-badge]][test-ci]
45
[![Docs][docs-ci-badge]][docs-site]
56
[![Pre-commit-ci][pre-commit-badge]][pre-commit-ci]
7+
[![codecov-status][codecov-badge]][codecov-project]
68

79
[py-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml
810
[py-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml/badge.svg
@@ -22,9 +24,6 @@
2224
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.
2325

2426
> [!CAUTION]
25-
>
26-
> [![codecov-status][codecov-badge]][codecov-project]
27-
>
2827
> This project is still experimental and subject to drastic changes.
2928
> Please use the pure python [cpp-linter](https://github.com/cpp-linter/cpp-linter)
3029
> package until this project is ready for deployment.
@@ -77,7 +76,11 @@ license agreements:
7776
- [serde_json](https://crates.io/crates/serde_json):
7877
Dual-licensed under [Apache 2.0][Apache2] or [MIT][MIT].
7978
- [which](https://crates.io/crates/which): Licensed under [MIT][MIT].
80-
- [tokio](https://crates.io/crates/tokio): Licensed under [MIT][MIT]
79+
- [tokio](https://crates.io/crates/tokio): Licensed under [MIT][MIT].
80+
- [futures](https://crates.io/crates/futures):
81+
Dual-licensed under [Apache 2.0][Apache2] or [MIT][MIT].
82+
- [chrono](https://crates.io/crates/chrono):
83+
Dual-licensed under [Apache 2.0][Apache2] or [MIT][MIT].
8184

8285
The python binding uses
8386

0 commit comments

Comments
 (0)