File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ install:
1212 - docker-compose build
1313
1414script :
15- - docker-compose run tests
16- # - docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
17- # - docker run -v $(pwd):/tests --rm centos:7 /tests/travis/backup_restore.sh
15+ # - docker-compose run tests
16+ - docker-compose run $(bash <(curl -s https://codecov.io/env)) tests
1817
1918notifications :
2019 email :
@@ -24,3 +23,4 @@ notifications:
2423env :
2524 - PG_VERSION=12 PG_BRANCH=REL_12_STABLE
2625 - PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_multiple_segments TEST_REPEATS=5
26+ - PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_uncommitted_xact TEST_REPEATS=15
Original file line number Diff line number Diff line change 5555
5656# Build and install ptrack extension
5757echo " ############### Compiling and installing ptrack extension"
58- make USE_PGXS=1 install
58+ make USE_PGXS=1 PG_CPPFLAGS= " -coverage " SHLIB_LINK= " -coverage " install
5959
6060# Show pg_config path (just in case)
6161echo " ############### pg_config path"
8989 done
9090fi
9191
92+ # Get back to testdir
93+ cd ..
94+
9295# Generate *.gcov files
93- # gcov src/*.c src/*.h
96+ gcov src/* .c src/* .h
9497
9598# Send coverage stats to Codecov
96- # bash <(curl -s https://codecov.io/bash)
99+ bash <( curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments