Skip to content

Commit e3626de

Browse files
committed
Do not report codecov until all travis jobs finished
1 parent 6ba6ec0 commit e3626de

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ notifications:
1919
on_success: change
2020
on_failure: always
2121

22+
# keep in sync with codecov.yml number of builds
2223
env:
2324
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=tap
2425
- PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=tap MODE=legacy

Diff for: codecov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
codecov:
2+
notify:
3+
after_n_builds: 5 # keep in sync with .travis.yml number of builds
4+
15
# datapagemap.c/.h are copied from Postgres, so let's remove it
26
# from report. Otherwise, we would have to remove some currently
37
# unused methods to do not spoil the report.

0 commit comments

Comments
 (0)