From 6050d9cc3f042e6aa085c626f67db5c4abbd8f1d Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 11 Aug 2020 16:39:25 +0100 Subject: [PATCH] Enable codecov on PRs --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6901ece29..59a2016ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1099,6 +1099,10 @@ workflows: - b_bytecode_osx - b_bytecode_ems + # Code Coverage enabled build and tests + - b_ubu_codecov: *workflow_trigger_on_tags + - t_ubu_codecov: *workflow_ubuntu2004_codecov + nightly: triggers: