

-
The following is a simple explanation of the included workflows. Check out our project README for a more detailed explanation.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
The Clippy job runs clippy through actions-rs/clippy-check@v1. You can add a clippy.toml or .clippy.toml to configure the style.
-
The Clippy job runs clippy through actions-rs/clippy-check@v1. You can add a clippy.toml or .clippy.toml to configure the style.
-
Test results are uploaded through EnricoMi/publish-unit-test-result-action@v1.
-
Code coverage results are uploaded to CodeCov through codecov/codecov-action@v1. For private repositories, add your token from CodeCov repository setting to GitHub Secrets and uncomment the line: token: ${{ secrets.CODECOV_TOKEN }}.
-
The included job uploads the project binary in target/release as an artifact through actions/upload-artifact@v2. You can configure which files to upload.