From ec3db745cb1b32e6a65a461f23398ee275798f1c Mon Sep 17 00:00:00 2001 From: Maggie Choy Date: Thu, 15 Feb 2024 10:00:14 -0800 Subject: [PATCH] Update coverage script (#437) * update github action coverage script * test coverage check --- .github/workflows/post-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml index 652a2e406..337742e84 100644 --- a/.github/workflows/post-merge.yml +++ b/.github/workflows/post-merge.yml @@ -57,6 +57,6 @@ jobs: cp ../ci/coverage_threshold_temp.txt ./ci/coverage_threshold.txt git add ./ci/coverage_threshold.txt git commit -m "chore: git bot update threshold" - git branch -b + git branch git push origin head:locked_actions_branch continue-on-error: true \ No newline at end of file