Skip to content

Commit 582bf18

Browse files
committed
[CI] remove codecov step (elastic#20102)
1 parent 502941a commit 582bf18

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
@@ -401,13 +401,4 @@ notifications:
401401
on_failure: always
402402
on_pull_requests: false
403403
rooms:
404-
secure: "e25J5puEA31dOooTI4T+K+zrTs8XeWIGq2cgmiPt9u/g7eqWeQj1UJnVsr8GOu1RPDyuJZJHXqfrvuOYJTdHzXbwjD0JTbwwVVZMkkZW2SWZHG46HCXPiucjWXEr3hXJKBJDDpIx6VxrN7r17dejv1biQ8QuEFZfiB1H8kbH/ho="
405-
406-
after_success:
407-
# Copy full.cov to coverage.txt because codecov.io requires this file
408-
- test -f auditbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f auditbeat/build/coverage/full.cov
409-
- test -f filebeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f filebeat/build/coverage/full.cov
410-
- test -f heartbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f heartbeat/build/coverage/full.cov
411-
- test -f libbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f libbeat/build/coverage/full.cov
412-
- test -f metricbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f metricbeat/build/coverage/full.cov
413-
- test -f packetbeat/build/coverage/full.cov && bash <(curl -s https://codecov.io/bash) -f packetbeat/build/coverage/full.cov
404+
secure: "e25J5puEA31dOooTI4T+K+zrTs8XeWIGq2cgmiPt9u/g7eqWeQj1UJnVsr8GOu1RPDyuJZJHXqfrvuOYJTdHzXbwjD0JTbwwVVZMkkZW2SWZHG46HCXPiucjWXEr3hXJKBJDDpIx6VxrN7r17dejv1biQ8QuEFZfiB1H8kbH/ho="

Jenkinsfile

-3
Original file line numberDiff line numberDiff line change
@@ -938,9 +938,6 @@ def withBeatsEnv(Map args = [:], Closure body) {
938938
if (archive) {
939939
archiveTestOutput(testResults: '**/build/TEST*.xml', artifacts: '**/build/TEST*.out')
940940
}
941-
catchError(buildResult: 'SUCCESS', stageResult: 'UNSTABLE') {
942-
sh(label: 'Report to Codecov', script: '.ci/scripts/report-codecov.sh auditbeat filebeat heartbeat journalbeat libbeat metricbeat packetbeat winlogbeat')
943-
}
944941
}
945942
}
946943
}

0 commit comments

Comments
 (0)