We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba6ec0 commit e3626deCopy full SHA for e3626de
.travis.yml
@@ -19,6 +19,7 @@ notifications:
19
on_success: change
20
on_failure: always
21
22
+# keep in sync with codecov.yml number of builds
23
env:
24
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=tap
25
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=tap MODE=legacy
codecov.yml
@@ -1,3 +1,7 @@
1
+codecov:
2
+ notify:
3
+ after_n_builds: 5 # keep in sync with .travis.yml number of builds
4
+
5
# datapagemap.c/.h are copied from Postgres, so let's remove it
6
# from report. Otherwise, we would have to remove some currently
7
# unused methods to do not spoil the report.
0 commit comments