From 5549a026596e8eb063d562fcd86f15c17c7b942a Mon Sep 17 00:00:00 2001 From: Orkun Date: Mon, 2 Sep 2024 10:29:54 +0300 Subject: [PATCH] chore(ci): try to run coverage result --- .github/workflows/coverage-diff.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage-diff.yml b/.github/workflows/coverage-diff.yml index 21c764f0..5aa732c6 100644 --- a/.github/workflows/coverage-diff.yml +++ b/.github/workflows/coverage-diff.yml @@ -3,6 +3,8 @@ on: pull_request: branches: - main + - chore/code-coverage # remove this before merge to main + - develop # remove this before merge to main jobs: coverage-diff: runs-on: ubuntu-latest