Skip to content

Commit

Permalink
Call coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
postgres-dev committed Aug 11, 2023
1 parent 9ebff93 commit fb80229
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,8 @@ jobs:
run: make test-${{ matrix.tests }} USE_PGXS=1 PG_CONFIG=$PREFIX/bin/pg_config
working-directory: ptrack
shell: runuser dev {0}
- name: Coverage
run: make coverage
working-directory: ptrack
shell: runuser dev {0}
runs-on: ubuntu-latest
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ test-python:

coverage:
gcov *.c *.h
bash <(curl -s https://codecov.io/bash)
curl -s https://codecov.io/bash | bash

0 comments on commit fb80229

Please sign in to comment.