Skip to content

Commit b77058f

Browse files
committed
rename test CI; add badges to README
1 parent 3d47147 commit b77058f

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.github/workflows/run-dev-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Check rust code"
1+
name: "Test CI"
22

33
on:
44
push:

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
1+
[![Python packaging][py-build-badge]][py-build-ci]
2+
[![Binary executable builds][bin-build-badge]][bin-build-ci]
3+
[![Test CI][test-ci-badge]][test-ci]
4+
[![Docs][docs-ci-badge]][docs-site]
5+
[![Pre-commit-ci][pre-commit-badge]][pre-commit-ci]
6+
7+
[py-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml
8+
[py-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml/badge.svg
9+
[bin-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml/badge.svg
10+
[bin-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml
11+
[test-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml/badge.svg
12+
[test-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml
13+
[docs-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/build-docs.yml/badge.svg
14+
[docs-site]: https://cpp-linter.github.io/cpp_linter_rs
15+
[pre-commit-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/pre-commit-hooks.yml/badge.svg
16+
[pre-commit-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/pre-commit-hooks.yml
17+
[codecov-badge]: https://codecov.io/gh/cpp-linter/cpp_linter_rs/graph/badge.svg?token=7ibzERx2AD
18+
[codecov-project]: https://codecov.io/gh/cpp-linter/cpp_linter_rs
119

220
# C/C++ Linting Package
321

422
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.
523

624
> [!CAUTION]
7-
> [![codecov](https://codecov.io/gh/cpp-linter/cpp_linter_rs/graph/badge.svg?token=7ibzERx2AD)](https://codecov.io/gh/cpp-linter/cpp_linter_rs)
25+
>
26+
> [![codecov-status][[codecov-badge]]][codecov-project]
827
>
928
> This project is still experimental and subject to drastic changes.
1029
> Please use the pure python [cpp-linter](https://github.com/cpp-linter/cpp-linter)
@@ -58,6 +77,7 @@ license agreements:
5877
- [serde_json](https://crates.io/crates/serde_json):
5978
Dual-licensed under [Apache 2.0][Apache2] or [MIT][MIT].
6079
- [which](https://crates.io/crates/which): Licensed under [MIT][MIT].
80+
- [tokio](https://crates.io/crates/tokio): Licensed under [MIT][MIT]
6181

6282
The python binding uses
6383

cspell.config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "0.2"
22
language: en
33
words:
44
- bugprone
5+
- codecov
56
- consts
67
- cppcoreguidelines
78
- endgroup

0 commit comments

Comments
 (0)