Skip to content

Commit

Permalink
change .dylib ext to .so
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Jan 24, 2025
1 parent e462cb2 commit 9a2b07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: coverage
run: |
CARGO_INCREMENTAL=0 RUSTFLAGS='-Clink-args=-Wl,-undefined,dynamic_lookup -Cinstrument-coverage' LLVM_PROFILE_FILE='cargo-test-%p-%m.profraw' cargo test
grcov . --binary-path ./target/debug/libpg_jsonschema.dylib --source-dir . --branch --ignore-not-existing --keep-only 'src/**' --output-type lcov --output-path lcov.info
grcov . --binary-path ./target/debug/libpg_jsonschema.so --source-dir . --branch --ignore-not-existing --keep-only 'src/**' --output-type lcov --output-path lcov.info
- name: Coveralls upload
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 9a2b07a

Please sign in to comment.