File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,10 @@ jobs:
110110 set -e
111111 echo Running test.sh
112112 ./src/ci/bin/test.sh
113+ - uses : codecov/codecov-action@v4
114+ with :
115+ token : ${{ secrets.CODECOV_TOKEN }}
116+ fail_ci_if_error : false # Tolerate missing codecov reports, since not all suites generate them.
113117 # always() is some github magic that forces the following step to run, even when the previous fails.
114118 # Without it, the if statement won't be evaluated on a test failure.
115119 - uses : ravsamhq/notify-slack-action@v2
Original file line number Diff line number Diff line change @@ -834,7 +834,6 @@ cromwell::private::setup_prior_version_resources() {
834834cromwell::private::generate_code_coverage () {
835835 sbt -Dsbt.supershell=false --warn coverageReport
836836 sbt -Dsbt.supershell=false --warn coverageAggregate
837- bash <( curl -s https://codecov.io/bash) > /dev/null || true
838837}
839838
840839cromwell::private::start_build_heartbeat () {
You can’t perform that action at this time.
0 commit comments