|
| 1 | +<!-- markdownlint-disable MD041 --> |
1 | 2 | [![Python packaging][py-build-badge]][py-build-ci] |
2 | 3 | [![Binary executable builds][bin-build-badge]][bin-build-ci] |
3 | 4 | [![Test CI][test-ci-badge]][test-ci] |
4 | 5 | [![Docs][docs-ci-badge]][docs-site] |
5 | 6 | [![Pre-commit-ci][pre-commit-badge]][pre-commit-ci] |
| 7 | +[![codecov-status][codecov-badge]][codecov-project] |
6 | 8 |
|
7 | 9 | [py-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml |
8 | 10 | [py-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml/badge.svg |
|
22 | 24 | 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. |
23 | 25 |
|
24 | 26 | > [!CAUTION] |
25 | | -> |
26 | | -> [![codecov-status][codecov-badge]][codecov-project] |
27 | | -> |
28 | 27 | > This project is still experimental and subject to drastic changes. |
29 | 28 | > Please use the pure python [cpp-linter](https://github.com/cpp-linter/cpp-linter) |
30 | 29 | > package until this project is ready for deployment. |
@@ -77,7 +76,11 @@ license agreements: |
77 | 76 | - [serde_json](https://crates.io/crates/serde_json): |
78 | 77 | Dual-licensed under [Apache 2.0][Apache2] or [MIT][MIT]. |
79 | 78 | - [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]. |
81 | 84 |
|
82 | 85 | The python binding uses |
83 | 86 |
|
|
0 commit comments