Skip to content

Commit e462cb2

Browse files
committed
correct grcov command line
1 parent 20ba426 commit e462cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
id: coverage
5454
run: |
5555
CARGO_INCREMENTAL=0 RUSTFLAGS='-Clink-args=-Wl,-undefined,dynamic_lookup -Cinstrument-coverage' LLVM_PROFILE_FILE='cargo-test-%p-%m.profraw' cargo test
56-
grcov . --binary-path ./target/debug --source-dir . --branch --output-type lcov --output-path lcov.info
56+
grcov . --binary-path ./target/debug/libpg_jsonschema.dylib --source-dir . --branch --ignore-not-existing --keep-only 'src/**' --output-type lcov --output-path lcov.info
5757
5858
- name: Coveralls upload
5959
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)