Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,16 @@ jobs:
killall -TERM pgdog
sleep 5
fi
- name: Verify coverage profiles (pgbench)
run: bash integration/verify_profiles.sh pgbench
- name: Verify coverage profiles (go)
run: bash integration/verify_profiles.sh go
- name: Verify coverage profiles (sql)
run: bash integration/verify_profiles.sh sql
- name: Verify coverage profiles (python)
run: bash integration/verify_profiles.sh python
- name: Verify coverage profiles (rust)
run: bash integration/verify_profiles.sh rust
- name: Generate integration coverage report
run: cargo llvm-cov report --release --package pgdog --lcov --output-path integration.lcov
# Requires CODECOV_TOKEN secret for upload
Expand Down
Loading
Loading