We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9a764 commit d03e2e0Copy full SHA for d03e2e0
2 files changed
.github/workflows/ci.yml
@@ -15,5 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- uses: dtolnay/rust-toolchain@stable
18
+ with:
19
+ components: rustfmt
20
- uses: Swatinem/rust-cache@v2
21
+ - run: cargo fmt --all -- --check
22
- run: cargo test --locked --all-targets
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
Added
4
- `--skip-coverage-path` regex option to exclude matching paths from uncovered line calculations and list skipped paths in the summary output
5
+- cargo fmt to GitHub workflow
6
7
Changed
8
- CLI output lines order
0 commit comments