Skip to content

Commit

Permalink
Update coverage script (#438)
Browse files Browse the repository at this point in the history
* update github action coverage script

* test coverage check

* test coverage check

* test coverage check
  • Loading branch information
maggie98choy authored Feb 15, 2024
1 parent ec3db74 commit 88a4b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
git config user.email "github-actions[bot]@users.noreply.github.com"
rm ./ci/coverage_threshold.txt
cp ../ci/coverage_threshold_temp.txt ./ci/coverage_threshold.txt
git init
git add ./ci/coverage_threshold.txt
git commit -m "chore: git bot update threshold"
git branch
git push origin head:locked_actions_branch
continue-on-error: true

0 comments on commit 88a4b62

Please sign in to comment.