10000 Checking Codecov · percona/postgres@a22b1ce · GitHub
[go: up one dir, main page]

Skip to content

Commit a22b1ce

Browse files
committed
Checking Codecov
1 parent 7ca5038 commit a22b1ce

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/psp-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: ['ubuntu-22.04']
15-
compiler: [gcc, clang]
16-
build_type: [debug,debugoptimized]
15+
compiler: [gcc]
16+
build_type: [debugoptimized]
1717
build_script: [make, meson]
1818
uses: ./.github/workflows/psp-reusable.yml
1919
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Code coverage for [pg_tde](https://github.com/percona/postgres/tree/TDE_REL_17_STABLE/contrib/pg_tde): [![codecov](https://codecov.io/github/percona/postgres/graph/badge.svg?token=Wow78BMYdP)](https://codecov.io/github/percona/postgres)
1+
### Code coverage for [pg_tde](https://github.com/percona/postgres/tree/TDE_REL_17_STABLE/contrib/pg_tde): [![codecov](https://codecov.io/github/Naeem-Akhter/percona-postgres/graph/badge.svg?token=VSZ6PJQZPF)](https://codecov.io/github/Naeem-Akhter/percona-postgres)
22

33
Percona Server for PostgreSQL
44
=============================

ci_scripts/make-build.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ source "$SCRIPT_DIR/env.sh"
1717

1818
cd "$SCRIPT_DIR/.."
1919

20-
if [ "$1" = "debugoptimized" ]; then
21-
export CFLAGS="-O2"
22-
export CXXFLAGS="-O2"
23-
fi
20+
export CFLAGS="-O2 -DFRONTEND"
21+
export CXXFLAGS="-O2"
2422

2523
./configure --prefix="$INSTALL_DIR" --enable-debug --enable-cassert --enable-tap-tests $ENABLE_COVERAGE
2624
make install-world -j

0 commit comments

Comments
 (0)
0