We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ba426 commit e462cb2Copy full SHA for e462cb2
.github/workflows/coverage.yml
@@ -53,7 +53,7 @@ jobs:
53
id: coverage
54
run: |
55
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
+ grcov . --binary-path ./target/debug/libpg_jsonschema.dylib --source-dir . --branch --ignore-not-existing --keep-only 'src/**' --output-type lcov --output-path lcov.info
57
58
- name: Coveralls upload
59
uses: coverallsapp/github-action@v2
0 commit comments