Skip to content

Commit

Permalink
only test input_sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Feb 23, 2024
1 parent 19cb9fa commit 81d2f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- coverage
pull_request:
branches:
- master
Expand All @@ -30,7 +31,7 @@ jobs:
curl -fsSL $LLVM_COV_RELEASES/latest/download/cargo-llvm-cov-$host.tar.gz | tar xzf - -C "$HOME/.cargo/bin"
- name: Generate coverage report
run: cargo llvm-cov --lcov --output-path coverage.lcov
run: cargo llvm-cov --lcov --output-path coverage.lcov -- input_sorting

- name: Upload coverage report
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 81d2f5f

Please sign in to comment.