Skip to content

Commit 809c106

Browse files
committed
use new gcov2lcov-action
1 parent 42cf324 commit 809c106

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run unit tests
2323
run: go test -race -covermode atomic -coverprofile=coverage.out ./...
2424
- name: Convert coverage to lcov
25-
uses: jandelgado/gcov2lcov-action@v1.0.9
25+
uses: jandelgado/gcov2lcov-action@v1.1.0
2626
- name: Coveralls
2727
uses: coverallsapp/github-action@master
2828
with:

docs/reference/operator_parameters.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ Those are top-level keys, containing both leaf keys and groups.
9494
* **enable_pgversion_env_var**
9595
With newer versions of Spilo, it is preferable to use `PGVERSION` pod environment variable instead of the setting `postgresql.bin_dir` in the `SPILO_CONFIGURATION` env variable. When this option is true, the operator sets `PGVERSION` and omits `postgresql.bin_dir` from `SPILO_CONFIGURATION`. When false, the `postgresql.bin_dir` is set. This setting takes precedence over `PGVERSION`; see PR 222 in Spilo. The default is `true`.
9696

97-
* **enable_spilo_wal_path_compat**
98-
enables backwards compatible path between Spilo 12 and Spilo 13+ images. The default is `false`.
99-
10097
* **enable_team_id_clustername_prefix**
10198
To lower the risk of name clashes between clusters of different teams you
10299
can turn on this flag and the operator will sync only clusters where the

0 commit comments

Comments
 (0)