Skip to content

Commit 69f69f5

Browse files
authored
[CI] remove codecov step (elastic#20102) (elastic#20335)
1 parent b8c7eba commit 69f69f5

File tree

3 files changed

+1
-31
lines changed

3 files changed

+1
-31
lines changed

.ci/scripts/report-codecov.sh

-18
This file was deleted.

.travis.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,4 @@ notifications:
388388
on_failure: always
389389
on_pull_requests: false
390390
rooms:
391-
secure: "e25J5puEA31dOooTI4T+K+zrTs8XeWIGq2cgmiPt9u/g7eqWeQj1UJnVsr8GOu1RPDyuJZJHXqfrvuOYJTdHzXbwjD0JTbwwVVZMkkZW2SWZHG46HCXPiucjWXEr3hXJKBJDDpIx6VxrN7r17dejv1biQ8QuEFZfiB1H8kbH/ho="
392-
393-
after_success:
394-
# Copy full.cov to coverage.txt because codecov.io requires this file
395-
- test -f auditbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f auditbeat/build/coverage/full.cov
396-
- test -f filebeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f filebeat/build/coverage/full.cov
397-
- test -f heartbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f heartbeat/build/coverage/full.cov
398-
- test -f libbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f libbeat/build/coverage/full.cov
399-
- test -f metricbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f metricbeat/build/coverage/full.cov
400-
- test -f packetbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f packetbeat/build/coverage/full.cov
391+
secure: "e25J5puEA31dOooTI4T+K+zrTs8XeWIGq2cgmiPt9u/g7eqWeQj1UJnVsr8GOu1RPDyuJZJHXqfrvuOYJTdHzXbwjD0JTbwwVVZMkkZW2SWZHG46HCXPiucjWXEr3hXJKBJDDpIx6VxrN7r17dejv1biQ8QuEFZfiB1H8kbH/ho="

Jenkinsfile

-3
Original file line numberDiff line numberDiff line change
@@ -933,9 +933,6 @@ def withBeatsEnv(Map args = [:], Closure body) {
933933
if (archive) {
934934
archiveTestOutput(testResults: '**/build/TEST*.xml', artifacts: '**/build/TEST*.out')
935935
}
936-
catchError(buildResult: 'SUCCESS', stageResult: 'UNSTABLE') {
937-
sh(label: 'Report to Codecov', script: '.ci/scripts/report-codecov.sh auditbeat filebeat heartbeat journalbeat libbeat metricbeat packetbeat winlogbeat')
938-
}
939936
}
940937
}
941938
}

0 commit comments

Comments
 (0)