Skip to content

Commit

Permalink
Merge branch 'main' into bo/feat/clerk-fdw
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Feb 4, 2025
2 parents be4b95d + 440ddf7 commit b55f987
Show file tree
Hide file tree
Showing 8 changed files with 732 additions and 338 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,17 @@ jobs:
- run: cargo install cargo-pgrx --version 0.12.9
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config

- name: Build docker images
run: |
docker compose -f wrappers/.ci/docker-compose-native.yaml up -d
- name: Generate code coverage
id: coverage
run: |
cargo llvm-cov test --workspace --exclude supabase-wrappers-macros --no-fail-fast --lcov --output-path lcov.info
source <(cargo llvm-cov show-env --export-prefix --no-cfg-coverage)
cargo llvm-cov clean --workspace
cargo pgrx test --features "native_fdws" --manifest-path wrappers/Cargo.toml pg15
cargo llvm-cov report --lcov --output-path lcov.info
- name: Coveralls upload
uses: coverallsapp/github-action@v2
Expand Down
Loading

0 comments on commit b55f987

Please sign in to comment.