Skip to content

Commit

Permalink
Merge branch 'develop' into wx1410
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaperst authored May 2, 2024
2 parents 02f41e2 + f9372f9 commit 14ceb40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:
set -e
echo Running test.sh
./src/ci/bin/test.sh
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false # Tolerate missing codecov reports, since not all suites generate them.
# always() is some github magic that forces the following step to run, even when the previous fails.
# Without it, the if statement won't be evaluated on a test failure.
- uses: ravsamhq/notify-slack-action@v2
Expand Down
1 change: 0 additions & 1 deletion src/ci/bin/test.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,6 @@ cromwell::private::setup_prior_version_resources() {
cromwell::private::generate_code_coverage() {
sbt -Dsbt.supershell=false --warn coverageReport
sbt -Dsbt.supershell=false --warn coverageAggregate
bash <(curl -s https://codecov.io/bash) > /dev/null || true
}

cromwell::private::start_build_heartbeat() {
Expand Down

0 comments on commit 14ceb40

Please sign in to comment.