From b63d7a1b1f271505faa1a502d275d0fad260499f Mon Sep 17 00:00:00 2001 From: Oliver Shi Date: Thu, 16 Jun 2022 11:49:40 -0400 Subject: [PATCH] update coverage workflow Specifies a comparison_branch of master for the new coverage workflow. The default is main. J=SLAP-2131 TEST=manual --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2c0064fd..498b5998 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -11,5 +11,7 @@ on: jobs: call_code_coverage: uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@v1 + with: + comparison_branch: master secrets: caller_github_token: ${{ secrets.GITHUB_TOKEN }}