Skip to content

Commit

Permalink
Re-enabled code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaperst committed May 2, 2024
1 parent 7190a69 commit 02f41e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/bin/test.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ cromwell::private::create_build_variables() {
CROMWELL_BUILD_GIT_USER_EMAIL=""
CROMWELL_BUILD_GIT_USER_NAME="${GITHUB_ACTOR}"
CROMWELL_BUILD_HEARTBEAT_PATTERN=""
CROMWELL_BUILD_GENERATE_COVERAGE=false # Changing to false to see if tests pass, revert when code cov issues are fixed
CROMWELL_BUILD_GENERATE_COVERAGE=true
CROMWELL_BUILD_RUN_TESTS=true
;;
*)
Expand Down

0 comments on commit 02f41e2

Please sign in to comment.