Skip to content

Commit 81d2f5f

Browse files
committedFeb 23, 2024
only test input_sorting
1 parent 19cb9fa commit 81d2f5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/coverage.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- coverage
78
pull_request:
89
branches:
910
- master
@@ -30,7 +31,7 @@ jobs:
3031
curl -fsSL $LLVM_COV_RELEASES/latest/download/cargo-llvm-cov-$host.tar.gz | tar xzf - -C "$HOME/.cargo/bin"
3132
3233
- name: Generate coverage report
33-
run: cargo llvm-cov --lcov --output-path coverage.lcov
34+
run: cargo llvm-cov --lcov --output-path coverage.lcov -- input_sorting
3435

3536
- name: Upload coverage report
3637
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)