From bfa275d08def362c207b1dc1789dfe6213e8b50e Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Sun, 6 Feb 2022 21:08:52 +0200 Subject: [PATCH] Upload codecov report for develop and main branches (#761) --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7443d0ba6..bb207129e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,10 @@ on: branches: - 'develop' - 'main' + push: # needed to upload test coverage report to codecov + branches: + - 'develop' + - 'main' concurrency: group: mizu-tests-validation-${{ github.ref }}